Bug#436423: subversion: svn export with arobase @ in filename

2007-08-07 Thread Samuel Colin
Package: subversion Version: 1.4.4dfsg1-1 Severity: normal Hello, I found that I was unable to export a directory of a svn local repository if this directory contains an arobase @. To reproduce, in any local repository managed with svn: mkdir [EMAIL PROTECTED] svn add [EMAIL PROTECTED] svn -m

Bug#436423: subversion: svn export with arobase @ in filename

2007-08-07 Thread Peter Samuelson
[Samuel Colin] mkdir [EMAIL PROTECTED] svn add [EMAIL PROTECTED] svn -m ci svn export [EMAIL PROTECTED] ~/tmp/test-error svn: Erreur de syntaxe sur la révision 'error' Yeah, this is known. You can work around it: svn export [EMAIL PROTECTED]@HEAD ~/tmp/test-error I don't think this is

Bug#436423: subversion: svn export with arobase @ in filename

2007-08-07 Thread Samuel Colin
Dixit Peter Samuelson [EMAIL PROTECTED] : [Samuel Colin] mkdir [EMAIL PROTECTED] svn add [EMAIL PROTECTED] svn -m ci svn export [EMAIL PROTECTED] ~/tmp/test-error svn: Erreur de syntaxe sur la révision 'error' Yeah, this is known. You can work around it: svn export [EMAIL