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

[PATCH] I need a new error code

From: Patrick Mayweg <mayweg_at_qint.de>
Date: 2004-05-23 16:34:44 CEST

Hi,
I need a new error code for the javahl binding, but I am not sure if I
may just commit my change to svn_error_codes.h
Patrick

Index: subversion/include/svn_error_codes.h
===================================================================
--- subversion/include/svn_error_codes.h (revision 9852)
+++ subversion/include/svn_error_codes.h (working copy)
@@ -853,6 +853,10 @@
               SVN_ERR_MISC_CATEGORY_START + 19,
               "Incompatible library version")

+ SVN_ERRDEF (SVN_ERR_JAVAHL_EXCEPTION_RECEIVED,
+ SVN_ERR_MISC_CATEGORY_START + 20,
+ "Java exception has been reveived from callback")
+
   /* command-line client errors */

   SVN_ERRDEF (SVN_ERR_CL_ARG_PARSING_ERROR,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 23 16:35:11 2004

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.