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

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
----- Original Message -----
From: "Ryan Schmidt" <subversion-2011a_at_ryandesign.com>
To: "Paul Graham" <pgraham_at_oasys-ds.com>
Cc: users_at_subversion.apache.org
Sent: Friday, March 18, 2011 6:41:50 PM
Subject: Re: cvs log equivalent

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.
Received on 2011-03-19 00:14:21 CET

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.