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

Property editing issue across versions

From: Dirk-Willem van Gulik <dirkx_at_webweaving.org>
Date: 2003-06-30 19:19:25 CEST

Recently upgraded and ran into the pickyness I think of the namespace
validation.

Sequence:
        svn co http://wleiden.webweaving.org:8080/svn/node-config/factory/tags/0.9-release

                make small change

        svn commit ..

Client error:
        svn: Unknown resolver error
        svn: Commit failed (details follow):
        svn: applying log message to
        /svn/!svn/wbl/8d0a8469-54c1-0310-900f-c26cb504f561/477:
                /svn/!svn/wbl/8d0a8469-54c1-0310-900f-c26cb504f561/477: 500 (status)

Server side:
        [Mon Jun 30 10:15:33 2003] [error] [client 62.251.72.224] Could not
                execute PROPPATCH. [500, #206]
        [Mon Jun 30 10:15:33 2003] [error] [client 62.251.72.224] Properties may
                only be defined in the
                http://subversion.tigris.org/xmlns/svn/ and
                http://subversion.tigris.org/xmlns/custom/ namespaces. [409, #0]

Now in the repo I've got indeed some files which have

          svn:execute

rather than svn:executableas property set.

How does one recover from this (a propdel svn:execute does not work; as
the commit of the fix is rejected too with the above error).

Both sides run
                FreeBSD 5.0-RELEASE
and
        -bash-2.05b$ svn --version
                svn, version 0.24.2 (r6284)
                   compiled Jun 29 2003, 23:02:48

        from ports.

Thanks !

Dw

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 30 19:20:22 2003

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.