[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: RFC: svnserve.conf umask directive

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-12-01 02:40:35 CET

Greg Hudson wrote:
> * Add APR interface to umask. (If you recommend this option, let me
> know where you think it fits into APR, if possible.)

apr_file_io would be the most obvious place, I would think, though apr_file_info
would be a close second.

> * Wrap umask code in HAVE_UMASK, and add an AC_CHECK_FUNCS(umask) to
> configure.in (we don't have any other AC_CHECK_FUNCS directives
> currently). Or, ifdef it some other way. If we go with #2, we
> could also do this as a stopgap while we wait for the apr code to
> percolate into an Apache release.

If you do this you also have to make sure the applicable code has

        #include "svn_private_config.h"

in order to gather the AC_CHECK #defines.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 1 02:40:49 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.