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

Re: Custom error messages

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Fri, 07 Mar 2008 14:00:09 -0500

"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

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.