Re: svn_client_log3() doesn't work as advertised
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-04-19 22:45:34 CEST
Stefan Küng <tortoisesvn@gmail.com> writes:
> Seems it doesn't recognize that trunk\file2 was still named trunk\file
A simpler recipe:
svnadmin create repo
Now
$ svn log -vq wc/bar@3
but
$ svn log -vq wc/bar@3 -r2:1
That looks like a bug to me. The "@3" is unnecessary and the bug
I've never really looked at the peg code before, but as far as I can
I suspect this the same problem as issue 2496.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Apr 19 22:46:44 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.