Re: Subversion 1.6.6 doesn't appear to allow adding files with @ in the name

2009-12-18 Thread John Beranek
2009/12/18 John Beranek : > 2009/12/18 Alec Kloss : >> Subject pretty much says it all.  My 1.6.4 client does allow adding >> files with an @ in their name. > > $ svn add "a...@a@" > A         a...@a Chatper 3, page 90 of the Subversion book. John.

Re: Subversion 1.6.6 doesn't appear to allow adding files with @ in the name

2009-12-18 Thread Alec Kloss
On 2009-12-18 15:01, John Beranek wrote: > 2009/12/18 Alec Kloss : > > Subject pretty much says it all.  My 1.6.4 client does allow adding > > files with an @ in their name. > > $ svn add "a...@a@" > A a...@a > > ;) > > John. > Thanks everyone, I should have thought of that. -- ale

Re: Subversion 1.6.6 doesn't appear to allow adding files with @ in the name

2009-12-18 Thread John Beranek
2009/12/18 Alec Kloss : > Subject pretty much says it all.  My 1.6.4 client does allow adding > files with an @ in their name. $ svn add "a...@a@" A a...@a ;) John.

Re: Subversion 1.6.6 doesn't appear to allow adding files with @ in the name

2009-12-18 Thread Felix Gilcher
The @ sign denotes a peg revision. Just add another @ at the end of the filename, that should do the trick. Felix Sent from my iPhone On 18.12.2009, at 15:50, "Alec Kloss" wrote: Subject pretty much says it all. My 1.6.4 client does allow adding files with an @ in their name. mybox% svna

Subversion 1.6.6 doesn't appear to allow adding files with @ in the name

2009-12-18 Thread Alec Kloss
Subject pretty much says it all. My 1.6.4 client does allow adding files with an @ in their name. mybox% svnadmin create repo mybox% svn co repo work svn: 'repo' does not appear to be a URL mybox% svn co file:///$PWD/repo work Checked out revision 0. mybox% touch work/t...@file mybox% svn add wo