If you have worked with Subversion and iOS you are probably aware of this problem. Whenever you are going to do something with a file that has an at sign in its name you can’t. For instance imagine you’ve just added a file for retina and try to add it to the repository (XCode can do this too): $ svn add logo@2x.png The message from Subversion will be: Skipped logo@2x.png That’s because Subversion uses the @ for other purposes.