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

Re: is it possible to get a "dump" of meta information since a given date using a simple url fetch?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-17 19:54:30 CEST

On May 17, 2005, at 12:34 PM, Joseph Silverman wrote:

> to elaborate, I would like to do 'curl URL' where URL is what I am
> asking help in constructing, that would dump the descriptions for
> all commits to the subversion depot (a sub-tree would be even
> better!) that have happened since a given date, or a given commit
> number. The dump can and should be a simple text/plain file, I
> suppose.
>
> Is this possible?

No, it's not possible.

What you want is the value of the 'svn:log' property attached to each
revision. To get those, you'd need to issue an http PROPFIND request
(rather than a GET request) on specific opaque URLs produced by the
mod_dav_svn server, which themselves are derivable through PROPFIND
requests.

You have to speak WebDAV/DeltaV, which means doing much more than
just http GET. Not a simple task.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 17 19:56:44 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.