Re: [PATCH] mod_dav_svn: Prevent multi-author commits, prevent no-author commits when there is an author
From: Greg Stein <gstein_at_lyra.org>
Date: 2004-03-16 00:30:06 CET
On Mon, Mar 15, 2004 at 12:12:19PM +0100, Sander Striker wrote:
+1
>...
Note that this allows for an author to be set at some point, and then a
>...
There isn't a reason to copy the string onto the heap. Just do:
request_author.data = comb->priv.repos->username;
And then use &request_author where necessary.
>...
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Mar 16 00:27:57 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.