-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files with @ in filename have special meaning in svn #4643
Comments
Never had that problem when using Subversion myself. |
According to googling, you should be able to work with these files as long as you double-quote the filename. |
According to http://svnbook.red-bean.com/en/1.5/svn.advanced.pegrevs.html you can also append Are you using svn cli? Which commands are you running which cause this error? |
You're right, committing through the Netbeans cli works like a charm. Probably with svn cli it's sufficient to double-quote the filename. Thanks and sorry for the non-issue :) |
Files that contains @ in filename like, for example, silverstripe-framework/javascript/lang/[email protected], have special meanings in svn:
svn: E200009: 'cms/javascript/lang/src/[email protected]': a peg revision is not allowed here
svn: E200009: 'cms/lang/[email protected]': a peg revision is not allowed here
svn: E200009: 'framework/admin/javascript/lang/[email protected]': a peg revision is not allowed here
svn: E200009: 'framework/admin/javascript/lang/[email protected]': a peg revision is not allowed here
svn: E200009: 'framework/admin/javascript/lang/src/[email protected]': a peg revision is not allowed here
svn: E200009: 'framework/admin/javascript/lang/src/[email protected]': a peg revision is not allowed here
Problem arise also in cms module.
The problem is that these files can't be committed into svn.
The text was updated successfully, but these errors were encountered: