[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Cannot add files which contain '@' in filename

From: Nick <nospam_at_codesniffer.com>
Date: Sun, 25 Nov 2012 03:11:50 -0500

It seems like files with the '@' character in the name cannot be added
to a repo. I've verified this in two different repos using SVN version
1.6.17.

Here are the repro steps:

nick_at_nimble ~/test_repo $ svn --version
svn, version 1.6.17 (r1128011)
   compiled Feb 26 2012, 12:28:33
nick_at_nimble ~/test_repo $ svn status
nick_at_nimble ~/test_repo $ ls
nick_at_nimble ~/test_repo $ touch "test_at_foo"
nick_at_nimble ~/test_repo $ ls
test_at_foo
nick_at_nimble ~/test_repo $ svn add ./test\@foo
svn: warning: 'test' not found
nick_at_nimble ~/test_repo $ svn add "test_at_foo"
svn: warning: 'test' not found

Is this a bug?

Best regards,
Nick
Received on 2012-11-25 09:12:49 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.