"Oren Eini (Murphy & Associates)" <v-orene_at_microsoft.com> writes:
> Errors are sent in this format using DAV:
>
> <?xml version="1.0" encoding="utf-8"?>
> <D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
> <C:error/>
> <m:human-readable errcode="160024">
> The version resource does not correspond to the resource within the transaction. Either the requested version resource is out of date (needs to be updated), or the requested version resource is newer than the transaction root (restart the commit).
> </m:human-readable>
> </D:error>
>
> errcode match the standard SVN error codes, and on some cases 16006
> (revision doesn't exist), the client will display the message from the
> server. In other cases, it appears to use just the errcode number and
> internal resource for that.
Now this does sound like it might be a bug in the Subversion client, if
it's behaving differently on receiving the same error (in which case
this list is, of course, the right place!) But we'll need a full
reproduction recipe as described in
http://subversion.tigris.org/bugs.html
...if you have time to write one. Thanks!
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-07 20:00:33 CET