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

Re: [TSVN] TortoiseMerge bug when merging?

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-06-24 19:10:10 CEST

Andrej Ota wrote:

> Here the client starts to think and the prints out just two lines:
> "Added | D:\test\trunk\dir"
> "Error | Can't open 'tmp': Access is denied."
>
> When observed with FileMon (SysInternals) the three entries of interest
> are:
> TortoiseProc.exe|CREATE |C:\WINDOWS\Media\tmp | ACCESS DENIED
> TortoiseProc.exe|OPEN |C:\WINDOWS\Media\tmp | FILE NOT FO...
> TortoiseProc.exe|QUERY INFORMATION|C:\WINDOWS\Media\tmp | FILE NOT FO...
> -----------------------------------------------------------------------------------
>
>
> My guess is that the file or folder "tmp" should have been created
> either in user %TEMP% folder or somewhere in working copy. Unfortunately
> I don't know TortoiseSVN code good enough to give anything more than a
> guess.

You're absolutely right here. The Subversion API doesn't use the TMP or
TEMP env variable for merges (it does for other commands, apr has a
function which returns the path to the temp folder).
I've implemented a workaround in TSVN for now, but I also just reported
the bug on the Subversion mailing list...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jun 24 19:10:39 2005

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

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