Re: Proposed New Feature (SVNROOT)
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-03-16 15:22:22 CET
So, I don't really agree with this feature, but here is some advice on
* To post a message to this list, don't respond to an existing message
* Don't tar up the patch and log message and send it as an
* Your log message does not conform to the standards in HACKING, even
* Give more information in the message body about what your patch does
* By hook or by crook, do not send patches which include unrelated
* We don't really make much use of #if 0'd debugging code, so don't
I didn't review the patch carefully, but this jumped out at me:
+ char buf[strlen(svnroot)+strlen(local_dir)+1];
You've made use of a gcc extension here; in regular old C, arrays must
---------------------------------------------------------------------
|
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.