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

RE: SVN log information

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-11-18 18:06:53 CET

>>>>> "Mark" == Mark Shead <sheadm@optimalinternet.com> writes:

>> If there any way to get svn log information similar to cvs?
>>
>> date: 2005/04/08 17:37:48; author: john; state: Exp; lines: +5 -4
>>
>> I miss added/removed lines in svn log.

 Mark> "svn log -v" will show you the files that have been changed,
 Mark> but I don't think there is a way to see the number of lines
 Mark> added and deleted other than using diff.

svn diff ... | egrep '^\+ ' | wc -l would give you the number of
"new" lines, similarly for the minus case, so this seems like a very
simple scripting exercise...

       paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 18 18:08:53 2005

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.