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

Re: [feature] Log HTTP header for autoversioning

From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2005-01-14 09:36:25 CET

Stephen Haberman wrote:
>> * use pure WebDAV commands (after turning on Autoversioning).
>> You get minimal features, but the command set is very tiny
>> and easy to use.
>
>
> Is there a way to control log messages with this?

Of course. Just use PROPPATCH to set the DAV:comment property
(<http://greenbytes.de/tech/webdav/rfc3253.html#PROPERTY_comment>).

> (I'll go hit google later tonight, so please ignore my question if its too
> simple.)
>
>
>> * use WebDAV/deltaV commands.
>> All features available, though the command set is larger
>> and more complex.
>
>
> I considered this, but had seen (or either made up that I had seen) glimpses
> somewhere of WebDAV request/responses that go between the svn command line
> client and mod_dav_svn and they looked wicked enough to scare me into the
> assumption this WebDAV/deltaV option was too hard to roll on my own.

It would probably wise to start with reading the early sections of
RFC3253 instead :-)

In theory, a sequence of

- CHECKOUT
- PROPPATCH DAV:comment property
- PUT new content
- CHECKIN

should do what you need.

> ...

Best regards, Julian

-- 
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 14 09:37:45 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.