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

Geez...error codes.

From: <cmpilato_at_collab.net>
Date: 2001-06-13 15:23:49 CEST

While I love the new code to see the textual representation of the
errors we're throwing out in Subversion, it sure reveals some poorly
chosen error values in the code.

   % svn st t2

   svn_error: #21016 : <Obstructed update; unversioned item in the way>
     svn_wc_entry: t2 is not a working copy directory

I'm guess we should have an SVN_ERR_WC_NOT_WC or something? Anyway,
hopefully these will all get cleaned up during the Big Error
Evaluation, in which the happy Subversion developers define and
document every error value the public interface functions are allowed
to return, and then force those interface functions to only return
those errors.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:31 2006

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.