[TSVN] Current working directory chagned when the "File Open" dialog box is used
From: Matthew Schnee <mschnee_at_fonix.com>
Date: 2005-06-10 16:57:21 CEST
Hi,
TortoiseSVN is changing the current working directory when the "file open"
The method to see this is to do the folllowing:
This happens when the "File Open" dioalog box is displayed with one of the
Method 1 in a .cpp file:
if(Filedlg.DoModal()==IDOK)
Method 2 in a .c file:
OpenFileName.lStructSize = sizeof(OPENFILENAME);
if ( GetOpenFileName(&OpenFileName))
Operating system: Windows xp and Windows 2000
I have a sample program that can show this problem if you like.
Please contact me off the mailing list as I am not subscribed.
Thanks,
Matthew Schnee
---------------------------------------------------------------------
|
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.