[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[BUG] svn log --verbose reports the same number of lines

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-09-13 05:40:30 CEST

Hi !

When I issue a log subcommand, SVN is helpful and returns the number of
lines in the log message:
K:\leadmanagement>svn log -r PREV
------------------------------------------------------------------------
rev 830: fbos | 2003-09-12 22:40:38 -0400 (Fri, 12 Sep 2003) | 4 lines

* src/java/core/jobnudge/servlets/DelayAction.java:
  Used the new CalendarHelper methods to calculate tomorrow's date and
  two days
  from now.

------------------------------------------------------------------------

When I issue a verbose log subcommand, SVN is still helpful, but reports
the same number of lines as what was previously mentionned. The new line
count does not include the changed paths count:
K:\leadmanagement>svn log --verbose -r PREV
------------------------------------------------------------------------
rev 830: fbos | 2003-09-12 22:40:38 -0400 (Fri, 12 Sep 2003) | 4 lines
Changed paths:
   M
   /rac/leadmanagement/trunk/src/java/core/jobnudge/servlets/DelayAction.java

* src/java/core/jobnudge/servlets/DelayAction.java:
  Used the new CalendarHelper methods to calculate tomorrow's date and
  two days
  from now.

------------------------------------------------------------------------

I would believe this to be a bug, but it might not be in the opinion of
the developers. Should I file an enhancement request with a reproduction
recipe ?
Environment: Win2K SP4
svn, version 0.29.0 (r6976)
   compiled Sep 8 2003, 00:45:48

Thanks !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 13 05:41:16 2003

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.