Weird behavior from checkout
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-03-09 18:55:47 CET
If you use svn co -r 2 <path>, the server will open every single
if you use svn co -r 2 <path>@2, the server will open revisions 2, and
This is because the peg_revision that gets passed down by checkout to
In both cases, the start revision number will be correct.
I don't understand why the first shouldn't do the exact same thing as
The attached patch gives me the desired behavior.
All it does is say "when you've specified a start revision, use that as
After all, it doesn't seem to make sense to say something like:
svn co -r 5 <path>@41081
or
I could warn about conflicts between peg and start if we want.
So what i am missing?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.