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

Faster command to look up a file's logged message than `svn log`

From: Jonathan Chum <jchum_at_aismedia.com>
Date: 2005-04-05 20:13:01 CEST

I'm writing code that loops through each file extracted from `svn list
[path]` and if there's 16 files, it takes about 6s even if the path is URL
pointed to the localhost.
 
Each time I'm looping through, I execute `svn log -r [x] [path]` to give me
the message log for each file. This command takes a while to run through 16
files. I'm curious if there is something like svn list in which I can
specify a directory and it will reveal the last message for each file.

Jonathan Chum
Systems Developer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AIS Media, Inc. - "We Build eBusinesses"
7000 Central Parkway, Suite #1700
Atlanta, GA 30328
Tel: 770.350.7998 ext. 505 / Fax: 770.350.9409
 <http://www.aismedia.com/> http://www.aismedia.com /
<mailto:jchum@aismedia.com> jchum@aismedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Received on Wed Apr 6 18:12:47 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.