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 PROTECTED]@HEAD ~/tmp/test-error > Ah, thanks. Googling it did not yield good result wrt this problem (I understood why it was so when reading "svn help export"). If anything, people encoutering the problem and googling it will find this bugreport and the solution above.
> I don't think this is a bug; it is expected consequence of a feature > (the @ syntax for peg revisions). > Yes, I can see which cornercases would cause a problem if wanting to solve this little oddity, such as the [EMAIL PROTECTED] filename and foo in the "branch" branch or something like that. Anyway, thanks for the quick reply, I guess you can close the bug, then.