Re: svn_client_log3() doesn't work as advertised
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-04-20 03:05:32 CEST
Philip Martin <philip@codematters.co.uk> writes:
> $ svn log -vq wc/bar@3 -r2:1
I now think it was designed to work like this. Issue 1970 was quite
r1 add /foo
then both "svn cat -r4 bar@4" and "svn cat -r1 bar@4" show a file but
However I do think that log and peg revisions are odd. Consider
r1 add /foo
svn log foo shows r4 and that seems OK
svn log foo@2 shows r2, r1 and that seems a bit odd if
svn log foo@2 -rHEAD:1 shows r4 and that seems wrong
svn log bar shows r5, r2, r1 and that seems OK
svn log bar -r3:1 gives an error and that seems wrong
I've never really looked at the history tracing code before and I
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Apr 20 03:06:14 2006 |
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.