Re: What different between ls -rX and ls URL@X ?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-08 16:29:58 CEST
On May 8, 2005, at 9:24 AM, François Beausoleil wrote:
If you wait a few more days, it will. :-)
Peg revisions are the mechanism used to trace rename (copy) history.
svn subcommand -r X path@PEGREV
What this means is:
* go to the coordinates (PEGREV, path)
* trace the object backwards to revision X, noticing any copies
* perform the command on the older object in revision X, even if
So, for example, if 'foo' was renamed to 'bar' in revision 20, and
svn cat -r 10 bar@50
...it will actually end up showing the contents of (r10, foo).
If you don't explicitly give a peg-revision, then it defaults to BASE
---------------------------------------------------------------------
|
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.