To add files with “@” in name you need to add a @ at the end of the filename: for example
svn add image_1@2x won’t work to make it work instead use
svn add “image_1@2x@” ( use double quotes to avoid problems with whitespaces and so… )

Share