Re: [PATCH] [Issue 870] import should set svn:executable automatically
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-25 19:34:48 CEST
Brian Denny <brian@briandenny.net> writes:
> - please critique. :)
Nice patch, can we have a log message please :)
> Index: subversion/libsvn_client/commit.c
Hmm, on Unix I think the logic is
if (is_user)
i.e. if there is group execute, but not user execute and I am both
According to the APR documentation all this user/group stuff is only
#ifdef APR_HAS_USER
around this code.
[snip]
> + /* If the file is executable, add that as a property to the file. */
The value of the executable property is not relevant, only it's
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Sep 25 19:35:38 2002 |
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.