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

/tmp/dump.tmp generated by subversion/libsvn_repos/dump.c:store_delta

From: Mark K <mark_at_mitsein.net>
Date: Mon, 7 Jul 2008 11:27:25 -0500

I had an issue with the weekly cronjob that I have for dumping the
repositories at my site. I got this error:
svnadmin: Can't write to file '/tmp/dump.tmp': No space left on device

Searching the code I found that this is the tmpfile that store_delta
opens in the course of doing a dump. Is there any way to choose a
different location for the stream?

Yes, I can size my /tmp bigger, but I'd like to be able to choose
another place to send the temp stream where I know I have plenty of
room.

-- 
Mark K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-08 00:03:25 CEST

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.