I am trying to add an existing xcode project in svn. I used the command
svn add projectFolder/*
But I have a problem with all files that have @ -character in the name, for example, Default@2.png . How to add these files to subversion?
Default@2.png
Adding @ to the end of the file solves the problem according to this