Re: Weird behavior from checkout
From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-03-09 19:05:55 CET
Daniel Berlin <dberlin@dberlin.org> wrote on 03/09/2005 12:55:47 PM:
> If you use svn co -r 2 <path>, the server will open every single
Say you have a folder named "foo" that is moved to "bar" in r3. If you
svn co -r 2 url://bar
will succeed and checkout foo.
svn co -r 2 url://foo
will fail, because there is no foo at HEAD.
That is what the peg revisions are for. The default of HEAD means that
Mark
_____________________________________________________________________________
---------------------------------------------------------------------
|
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.