I am using the default SVN client on Mac that you use with the terminal. The problem is I want to commit three files that contains an “@” in them, and only those files. However it does not seem to work, SVN cannot read the @ for some reason. I did it like this:
svn commit Assets/Monkey@Prime.pck -m "test"
What is the correct syntax?
That’s the syntax for peg revisions. This is the workaround suggested in the manual:
Ugly, isn’t it? 🙂