Skip to content
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

Closed
g4b0 opened this issue Sep 30, 2015 · 4 comments
Closed

files with @ in filename have special meaning in svn #4643

g4b0 opened this issue Sep 30, 2015 · 4 comments

Comments

@g4b0
Copy link
Contributor

g4b0 commented Sep 30, 2015

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.

@willmorgan
Copy link
Contributor

Never had that problem when using Subversion myself.

@tractorcow
Copy link
Contributor

According to googling, you should be able to work with these files as long as you double-quote the filename.

@tractorcow
Copy link
Contributor

According to http://svnbook.red-bean.com/en/1.5/svn.advanced.pegrevs.html you can also append @ to the end of the path to make the prior symbol to be treated as a part of the filename.

Are you using svn cli? Which commands are you running which cause this error?

@g4b0
Copy link
Contributor Author

g4b0 commented Oct 1, 2015

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants