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

Re: Using svn client to get information about repository

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-03 17:45:31 CEST

Chrysophylax <chrysophylax@chrysophylax.cjb.net> writes:

> > You just want the last revision and log message? I'd use 'svn ls -v',
> > and then 'svn pget -r REV --revprop svn:log' for each of the revisions
> > that 'svn ls -v' revealed that I need.
>
> I guess I would also like to have time and author...

$ svn ls -v http://svn.collab.net/repos/svn/trunk/README
_ 5327 sussman 6910 Mar 14 08:35 README

Last changed rev, last author, filesize, and last changed time, all in
one ls.

> Is there any planned feature to get multiple properties in one go?

Ha! Try a http PROPFIND of depth 1. :-)

>
> Out of curiosity, how does ViewCVS get data?

Via svn_fs.h.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 3 17:47:18 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.