RE: Possible bug: TortoiseProc.exe /command:update "skips" updating files after installing Tortoise 1.5
From: Marcus Boström <marcus.bostrom_at_studentum.se>
Date: Mon, 7 Jul 2008 10:10:52 +0200
I think I found the problem. After updating to 1.5, using a relative path as argument to TortoiseProc.exe stopped working.
For me, this stopped working:
While this still works:
The reason could maybe be that TortoiseProc.cpp set the current directory to temp-path in line 275 (http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/TortoiseProc/TortoiseProc.cpp):
// Subversion sometimes writes temp files to the current directory!
Being able to use a relative path is a nice feature for us since developers usually have their project-files on different drives or in different directories. We can solve the problem for now by adding some logic to the build-script but I think it's a quite easy fix if the above really is the problem.
Best regards
www.studentum.se
-----Original Message-----
Marcus Boström wrote:
If the update from the context menu works ok, then maybe you pass the path wrong?
The /notempfile flag for the 1.4.x version was needed because without that, it assumed that the paths to update were written to a temp text file, so the path you passed with /path:"" was pointing to that text file unless /notempfile was given.
One other thing:
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org For additional commands, e-mail: users-help_at_tortoisesvn.tigris.orgReceived on 2008-07-07 10:14:37 CEST |
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.