Sunday, October 30, 2011

SVN Skipping files containing '@' symbol

When trying to do anything in SVN with a file that has the @ symbol in it, SVN will skip this file.  This is because it is reserved for a specific meaning in SVN.  To get around this, append another @ symbol at the end:

svn "images/img@2x.png@"


More info here:
http://stackoverflow.com/questions/1985203/why-subversion-skips-files-which-contain-the-symbol

No comments:

Post a Comment