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

Re: Projects?

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-10-22 21:40:11 CEST

How about like this in python?

---------------log count-------------------------
import sys
import pysvn
c = pysvn.client()

url = sys.argv[1]
all_logs = c.svn_log( url )
print url,'has',len(all_logs),'log entries'
-------------------------------------------------

It's a small matter of programming to use revision ranges and time ranges.

I'm still working on pysvn, will publish when tested.

BArry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 21:41:48 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.