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

Re: DAV locking question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-13 00:03:40 CET

On Jan 12, 2005, at 4:50 PM, Ben Collins-Sussman wrote:

>
> I'm not sure what to do but throw up my hands and write it off as a
> nasty wart.
>

Talked to gstein on IM, and here's a better solution:

   * have the svn client add an extra subversion namespace or attribute
to the <D:owner> attribute when sending the data.

   * have mod_dav_svn look for that special info. if present, store
only the CDATA in the repository. if not present, store the entire
chunk of XML in the repository.

That way, only generic DAV clients create these so-called "ugly" locks.
  That's much more livable. It means these things would only show up
when sites have activated Autoversioning, and that already implies
other "ugly" things, such as auto-generated log messages.

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