svn log --limit 1 -r 1:HEAD url returns two log entries
From: Tim Toolan <toolan_at_ele.uri.edu>
Date: 2006-03-31 15:12:52 CEST
When using the log function, with the --limit option and the --revision option,
svn log -r 1:HEAD --limit 1 file:///path_to_repository
will return two log entries, where it should only return one. Descending
svn log -r HEAD:1 --limit 1 file:///path_to_repository
work properly.
Has anyone else seen this behavior? I am using version 1.2.3 of subversion.
The reason for using log -r 1:HEAD --limit 1, is that when viewing a directory
Tim
---------------------------------------------------------------------
|
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.