[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-14 17:14:37 CET

On Jan 14, 2005, at 9:55 AM, Julian Reschke wrote:

> Are you saying that SVN doesn't allow CHECKOUT (in place)? In which
> case I'm surprised that RFC3253's autoversioning works (because it
> seems to be defined in terms of checkout-in-place).
>

IIRC, there are a number of ways to implement autoversioning, and
they're advertised in the DAV:auto-versioning prop. mod_dav_svn sets
that value to 'DAV:checkout-checkin'... I thought that meant that a
lone PUT request is interpreted as 'CHECKOUT, PUT, CHECKIN'.

But what *really* happens is mod_dav_svn gets a PUT request, and then
under the hood does MKACTIVITY, CHECKOUT, PUT, MERGE, just like a
normal svn client would do. From the outside, nobody can really tell
what's going on. The truth is that we don't actually support CHECKOUT
without an activity. :-/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 14 17:17:21 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.