Nikki Locke wrote:
> I am now running: TortoiseSVN 1.6.99, Build 16241 - 32 Bit -dev,
> 2009/04/22 20:45:49 Subversion 1.6.2, -dev apr 1.3.3 apr-utils 1.3.4
> neon 0.28.4 OpenSSL 0.9.8k 25 Mar 2009 zlib 1.2.3
>
> I am still able to reproduce the problem :-(
>
> I see your retry code, so I can offer no clue as to why it is still
> not always working. The only suggestion I can make at present is to
> replace the automatic retry with a dialog "Unable to open file: <file
> name> Error: <errno> <Error message>, retry/abort". That way we could
> be sure it was trying to open the right file, and the delay before
> the retry button was pushed would probably be long enough to allow it
> to work. And, if it wasn't, I could employ other tools to find out
> what process had the file open.
>
> And/or to try opening the file in a read/write sharing mode.
>
> Sorry to be the bearer of bad tidings!
Try this:
* make a copy of TortoiseBlame.exe in the install folder
* delete the original exe
* copy notepad.exe there, rename that copy to TortoiseBlame.exe
* do a blame
Since notepad opens the file passed as the first parameter, you should
see the blame in notepad (the log file and the other params are ignored
by notepad, but we don't need those for now).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1879557
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-23 18:01:03 CEST