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

RE: [TSVN]Open command has bug in Log Messages Dialog?

From: tdkim <tdkim_at_unimo.co.kr>
Date: 2005-01-27 11:37:06 CET

thanks for your work..

but I can execute Open command yet.
ShellExecute return error code ERROR_PATH_NOT_FOUND.
but there was tempfile in TEMP directory be created.

tempfile variable was "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\svn000.tmp"
(by AfxMessageBox function..)
this is short format path name.

TEMP dir path is
"C:\Documents and Settings\Administrator\Local Settings\Temp\svn000.tmp"
this is currect long format path name..

I think this is the reason..

-----Original Message-----
From: SteveKing [mailto:stefankueng@gmail.com]
Sent: Thursday, January 27, 2005 6:34 PM
To: dev@tortoisesvn.tigris.org
Subject: Re: [TSVN]Open command has bug in Log Messages Dialog?

On Wed, 26 Jan 2005 23:07:39 +0900, tdkim <tdkim@unimo.co.kr> wrote:
> Hi.
> I posted Open command bug.
> and I saw your reply. thanks...
>
> I tested revision 2544.
>
> there is a bug in Open command.
>
> I used next code
> case ID_OPEN:
> ...
> AfxMessageBox( tempfile.GetWinPath());
> ...
>
> tempfile path is
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\\svn000.tmp.cpp
>
> there are two '\'.
> so the Open command(ShellExecute) is not worked..

Fixed in revision 2555.

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 Thu Jan 27 11:38:14 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.