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

Re: svn failing commit messages.

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-13 05:50:07 CET

<rbb@rkbloom.net> writes:
> Can those files be written to /tmp? Is the problem that APR can't find
> the correct temp directory portably?

We deliberately don't write them to /tmp, because we want them a) to
be easy to find, and b) not likely to get caught up in the automated
cleaning sweeps that some systems run on /tmp. The principle is "Use
/tmp, or some other system-defined tmp area, for data generated by
Subversion; but use the current directory for data generated by a
human", the rationale being that data generated by a human could be
arbitrarily costly to regenerate.

> I would consider this to be a rather big problem.

Is it so big? Just 'svn rm' them from the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 13 06:35:40 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.