Re: [PATCH] Re: propedit on svn:mime-type
From: <brane_at_xbc.nu>
Date: 2003-03-10 14:41:19 CET
Quoting Alex Waugh <alex@alexwaugh.com>:
> - SVN_ERR (svn_io_set_file_executable (path, TRUE, TRUE, pool));
How about just:
value = SVN_PROP_EXECUTABLE_VALUE;
You don't have to create a stringbuf just to change the prop value to a fixed
And because of the prop name test above, you do know that new_value will be null
I'll make that change and commit later today.
Brane
---------------------------------------------------------------------
|
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.