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

Re: Problem with svn cat

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-10-17 02:29:22 CEST

Brian Mathis <bmathis@directedge.com> writes:

> Ben Collins-Sussman wrote:
> [...]
> > This is a known bug, already fixed, but waiting for a new APR (Apache)
> > release before we can roll out the fix. The fix creates tmpfiles in a
> > proper system tmpdir, like /tmp.
> >
>
> Techincally the proper system tmpdir is /var/tmp. /tmp is only there
> for use when booting the system before /var is mounted, and shouldn't
> be used by the general public.

Well, that's the beauty of APR. Our application just going to call
the brand-new apr_dir_get_temp() function, and APR should
automatically tell us where to create scratchfiles. If it chooses the
wrong place for a particular OS, we file a bug against APR rather than
Subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 17 02:31:52 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.