Issue 1509 - was WC Permissions
From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-12-11 17:07:04 CET
I took a look at this issue and I think I may have a way to solve this problem.
What I propose is that svn_io_set_file_read_write() itself be extended to try a
Specifically here, libsvn_subr/io.c:
svn_error_t *
SVN_ERR (svn_path_cstring_from_utf8 (&path_apr, path, pool));
status = apr_file_attrs_set (path_apr,
if (status && status != APR_ENOTIMPL)
>>> this is where we could try harder
return svn_error_createf (status, NULL,
Is this too low level a change??? What do you think???
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Dec 11 17:07:23 2003 |
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.