Re: Bug in "svn ls -r REV URL"?
From: Duncan Booth <duncan.booth_at_suttoncourtenay.org.uk>
Date: 2006-09-26 10:25:49 CEST
"Ray Johnson" <rayj@ingenio.com> wrote:
> c:> svn ls -r 1000 http://svn/MyRepro/trunk
which means find the folder called 'trunk' in the current revision, go back
svn ls -r 1000 http://svn/MyRepro/trunk@HEAD
>
which means find the folder called 'trunk/old_dir' in the current revision
The command:
svn export -r 1000 http://svn/MyRepro/trunk/old_dir/@1000
means find the folder called 'trunk/old_dir' in revision 1000, then go to
Remember that different objects may have had the same names at different
---------------------------------------------------------------------
|
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.