Difficulty checking out a snapshot based on date or revision
From: Bil Kleb <Bil.Kleb_at_nasa.gov>
Date: 2006-03-12 07:02:35 CET
Hello,
I'm confused by svn's behavior with respect to checking
For v1.2.1 (r15230) on two different machines, v1.2.3 (r15833)
svn: Syntax error in revision argument '2005-12-09'
for commands like
svn co -r {2005-12-09} svn+ssh://machine/svnroot/old/path
or if I play with escaping the braces like so,
svn co -r '{2005-12-09}' svn+ssh://machine/svnroot/old/path
svn fails trying to check out the current revision (18628) due
svn: File not found: revision 18628, path '/old/path'
Even specifying the revision number corresponding to that
svn co -r 17019 svn+ssh://machine/svnroot/old/path
fails with the same behavior (svn tries to check out the
But for the oldest version, v1.1.4 (r13838), on a fifth
What's up?
I've scoured bug reports, the manuals, the fax, Google,
http://subversion.tigris.org/issues/show_bug.cgi?id=2349
Surely, this behavior is due to some user error on my part?
Thanks,
-- Bil Kleb http://fun3d.larc.nasa.gov Note: the machines span x86, x86_64, ppc, and irix64 architectures; WindowsXP (mingw), GNU/Linux, OS X, and Irix OSs; and bash and tcsh shells. The OS X ppc with bash happens to be the combination that works. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Mar 12 07:02:45 2006 |
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.