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

Re: REPORTtype version-tree

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-29 21:55:29 CET

On Nov 29, 2004, at 2:48 PM, skyfire0@poczta.onet.pl wrote:

> Hello dev,
>
> i'm trying to execute such command:
>
> REPORT /svn/inline.xml HTTP/1.1
> Host: localhost
> Depth: 1
> Content-Type: text/xml; charset="utf-8"
> Content-Length: 131
>
> <?xml version="1.0" encoding="utf-8" ?>
> <D:version-tree xmlns:D="DAV:">
> <D:prop>
> <D:version-name/>
> </D:prop>
> </D:version-tree>
>
> ... this results error 501, requested report is unknown. How to obtain
> version history then ?
>
>

Run 'svn log'. :-) (Which, by the way, is a custom REPORT specific
to svn.)

Seriously... mod_dav_svn isn't a general-purpose DeltaV server. It
only implements a small subset of DeltaV.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 29 21:58:02 2004

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.