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

Re: SVN update error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-10-24 13:10:47 CEST

On 10/24/07, Mike Hughes <mike.hughes@blueskyts.co.uk> wrote:

> A couple of my colleagues are experiencing the following error:-
>
> "Error Can't write to file 'C:\WINNT\TEMP\report2.tmp': There is not
> enough space on the disk."
>
> We are not using WINNT, and there is no WINNT\TEMP folder on the C drive.
> The C drive does have plenty of free space available.
>
> I did find a similar problem reported on the "haxx" site, but there was no
> real explanation.

Just check your settings. The Windows API function GetTempPath()
(which all programs who need to handle temporary files must use)
returns the path to the temp directory according to some rules:

http://msdn2.microsoft.com/en-us/library/aa364992.aspx

If SVN tries to access WINNT\TEMP, then that means you have not set up
the TMP, TEMP or USERPROFILE env variables - which leaves the
GetTempPath nothing else than to use the WINNT folder.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Oct 24 13:10:59 2007

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

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