Re: cvs log equivalent
From: Paul Graham <pgraham_at_oasys-ds.com>
Date: Fri, 18 Mar 2011 16:13:50 -0700 (PDT)
I could find all the change versions of a file, then do an svn diff for each change, then parse the output and determine the number of changes, but that seems excessive :-)
rcs has this lines+/- information directly in the database. Is svn organized differently under the hood?
Paul
On Mar 18, 2011, at 08:39, Paul Graham wrote:
> The cvs log command includes information about the size of each change:
> Is there any way to get an output similar to cvs log?
Not with the standard client, no. Perhaps such a thing could be written with a custom script.
|
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.