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

Issue 3445, Error setting property 'log' Could not execute PROPPATCH

From: Gert Kello <gert.kello_at_gmail.com>
Date: Fri, 18 Mar 2011 09:04:46 +0200

Hi.

Seems like I have hit with the issue
http://subversion.tigris.org/issues/show_bug.cgi?id=3445 Well, it is
old report but still open?

When committing to https://proxyserver/svn/ the client shows message

svn: Commit failed (details follow):
svn: At least one property change failed; repository is unchanged
svn: Error setting property 'log':
Could not execute PROPPATCH.

On the master server there is following message in error.log

[Fri Mar 18 08:06:46 2011] [error] [client xxx.xxx.xxx.xxx] Could not
execute PROPPATCH. [500, #206]
[Fri Mar 18 08:06:46 2011] [error] [client xxx.xxx.xxx.xxx] Properties
may only be defined in the http://subversion.tigris.org/xmlns/svn/ and
http://subversion.tigris.org/xmlns/custom/ namespaces. [409, #0]

I had another repository with same setup, https://proxyserver/svnTest/
and commits did work against it.

I enabled the content logging on apache, and comparing the data
received on server shows subtle difference:

<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate
xmlns:D="DAV:" xmlns:V="http://subversion.tigris.org/xmlns/dav/"
xmlns:C="http://subversion.tigris.org/xmlns/custom/"
xmlns:S="http://subversion.tigris.org/xmlns/svn/"><D:set><D:prop><S:log
>does it work?</S:log></D:prop></D:set></D:propertyupdate>
for /svntest

and
<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate
xmlns:D="DAV:" xmlns:V="http://subversion.tigris.org/xmlns/dav/"
xmlns:C="http://subversion.tigris.org/xmlns/custom/"
xmlns:S="http://subversion.tigris.org/xmlns/"><D:set><D:prop><S:log
>does it work?</S:log></D:prop></D:set></D:propertyupdate>
for /svn

Note the difference in
xmlns:S="http://subversion.tigris.org/xmlns/"
xmlns:S="http://subversion.tigris.org/xmlns/svn/"

And yes, the master repo URI has different ending than proxy URI

Gert
Received on 2011-03-18 08:05:21 CET

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.