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?
Mark> "svn log -v" will show you the files that have been changed,
svn diff ... | egrep '^\+ ' | wc -l would give you the number of
paul
---------------------------------------------------------------------
|
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.