Re: possible bug
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-06-27 23:09:07 CEST
"Andy Cutright" <Andy.Cutright@borland.com> writes:
> if i use the revision number associated with the log i always get the
The most likely explanation is that you are not using the full
$ svn log file://`pwd`/repo | grep ^r
I try to select r1 but get r0:
$ svn log -r'{2005-06-27 21:52:20}' file://`pwd`/repo | grep ^r
I examine the repository more closely:
$ svn log --xml file://`pwd`/repo | grep date
Now I can select r1:
$ svn log -r'{2005-06-27 21:52:20.743319}' file://`pwd`/repo | grep ^r
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jun 27 23:10:11 2005 |
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.