Re: Detecting renames on one branch with changes on another
From: Justin Johnson <justinjohnson_at_gmail.com>
Date: 2007-05-03 22:01:53 CEST
On 5/3/07, Ryan Schmidt <subversion-2007b@ryandesign.com> wrote:
[snip]
> "svn log -r 5" means "show me the log for revision 5". If you want
The command above will only give me the log for revision 2 and
But the following command gave me exactly what I wanted.
svn log -r HEAD:0 -v file:///C:/work/testrepo/trunk/foo.c_at_2
This output all history for the specified foo.c in the same order as
Thanks!
Justin
---------------------------------------------------------------------
|
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.