How to escape the At-sign (@) in Bash

7

2

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 @?

Daniel A. White

Posted 2010-08-31T15:02:52.480

Reputation: 3 428

Answers

13

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

svn add image@2x.png@

jtbandes

Posted 2010-08-31T15:02:52.480

Reputation: 8 350