[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: SteveKing <steveking_at_gmx.ch>
Date: 2005-01-27 12:53:44 CET

tdkim wrote:
> 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..

No. ShellExecute can handle short pathnames as well as long ones.
Are you sure the error code is ERROR_PATH_NOT_FOUND? Because we don't
specify a path at all, only a path to the file to open. And then the
error code would be ERROR_FILE_NOT_FOUND!

Hmmm - doubleclick once on a cpp file (you're trying that with a cpp
file?) - maybe the associated application to open the cpp files isn't
there anymore!

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 12:54:19 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.