Solution to "svn: Syntax error parsing revision..." using svn+ssh
From: John Linwood Griffin <griffin2_at_ece.cmu.edu>
Date: Sat, 08 Mar 2008 19:45:10 -0500
This problem drove me crazy, and the solution is so simple that I wanted
If you use the svn+ssh access method and try to check out the root of a
% svn co svn+ssh://user@example.com/
The solution is to add another @ symbol on the end of the URL, which
% svn co svn+ssh://user@example.com/@
To get a subdirectory of the root put it before the new @:
% svn co svn+ssh://user@example.com/subdirectory@
You'll probably want to specifically specify a path for the local
% svn co svn:ssh://user@example.com/@ localdir
JLG
---------------------------------------------------------------------
|
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.