Re: Some peg rev help text missing from command-line client
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-05-09 19:54:52 CEST
Daniel Rall wrote:
Sure, this is the whole reason the peg revision / operative revision syntax
> svn switch -r37 http://repos-host/svn/branches/foo
Adding implied values, this is:
svn switch -r37 http://repos-host/svn/branches/foo@HEAD
So, switch my working copy to the way that the thing that currently (in
> svn switch http://repos-host/svn/branches/foo@37
Adding implied values, this is:
svn switch -rHEAD http://repos-host/svn/branches/foo@37
So, switch my working copy to the way that the thing that lived at
See the difference?
There's a little gotcha in the second case in that Subversion can't really
> I'd have thought both commands were intended to "switch my working copy
Nuh-uh. See above.
-- C. Michael Pilato <cmpilato@collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
|
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.