Since Apple made a requirement for certain file names to include an at-sign (@) in my iPhone application project, I can't check in my files using the Subversion commandline. How do is escape the @?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 8 down vote accepted

To use files with @ signs in Subversion, add an extra @ at the end of the filename.

svn add image@2x.png@
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.