I have some repositories integrated with apache. While importing small projects it works fine. But when i import somewhat huge project say about 2GB of size, I get the following error. I use tortoise svn.
Could not write svndiff to temp file: There is not enough space on the disk.
Thanks.
Update: the OP itsraja finally found the $TMPDIR environment variable wasn’t set (after some advices from zerkms in the comments above)
Initial answer:
According to this post (for a Windows client, but the idea is still valid for an Unix client):
It could be a similar problem in your case (if you do have space left locally).
Or it could be an ACL (access rights) issue on the
tmpdirectory as described here: