Re: [REVIEW]: ISO 8601 Relaxation With Err Msg's
From: Greg Hudson <ghudson_at_mit.edu>
Date: 2005-07-20 08:22:50 CEST
I don't really support relaxing the date formats (for reasons I can't
First and foremost, you combined two changes which can easily be
You also used C++-style comments, and generally didn't adhere to our
In svn_opt.h:
-int svn_opt_parse_revision (svn_opt_revision_t *start_revision,
You can't change the signature of a function in the Subversion API. You
In opt.c:
+ @a ret_error allows us to pass up error data without needing to
This is design through accretion. We don't do that.
+ // This error message is overridden by the one in the client.
Why?
+ if (str_err == SVN_NO_ERROR)
You're comparing a char * to a constant intended to be used with
---------------------------------------------------------------------
|
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.