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

Re: DAV lock discover - owner value tags encoded?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-02 02:59:17 CEST

On May 1, 2005, at 5:31 PM, Kyle Kline wrote:
>
> xmlns:D='DAV:'><D:lockscope><D:exclusive/></D:lockscope><D:
> locktype><D:write/></D:locktype><D:owner>User
> - kkline</D:owner></D:lockinfo>
>

Hm, this looks like a bug in our locking interoperability. The
<D:owner> field is supposed to be treated as something opaque,
essentially some "notes" created by the client. It's the server's job
to return exactly whatever the client sent.

There's some tricky logic going on inside mod_dav_svn. It's supposed
to be able to tell the difference between svn clients and generic DAV
clients, and it looks like the xml wasn't detranslated correctly.

To reproduce/debug, do I need to use webdrive, I guess? What OS is the
server running on?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 03:01:27 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.