When you try to commit file on your SVN repository from command line and this file contains @ on filename and you get the error:
svn: E200009: 'your-file@2x.png': a peg revision is not allowed here
You just need to add the @ character to the end of file name you want to submit.
For example:
For example:
svn commit 'your-file@2x.png@'
No comments :
Post a Comment