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

Get a filelist with some properties for files/directories

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-10-04 14:46:06 CEST

Hello everybody!

I'd need to get a recursive list of files stored in an subversion repository,
with *some* properties, ie MD5-sum, svn:special, and suchlike.

I know that I can just use an update editor and get the needed information,
but AFAIK then I'll get the whole file-data as well - which would be
discarded, and make this process unnecessary slow.

I believe having read about a status editor, which would probably do what I
need. What's the current status for that?

Specifically, I'd like to give an URL (char*), an array of property names
(char*[]), perhaps a flag for recursive (int), and ideally another flag which
would cause all entries with svn:special set to return the data, too.
I'd expect to get the requested properties for all entries (directories and
files), recursively.

Is there something like that? Will there be in the near future? What should I
currently do, use an update-editor?

Thank you for all answers!

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 4 14:47:58 2005

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.