VCS Plug-In, "open files in IDE"-option problem

Mikhaigor

Member
hallo,
actually, i have a question about work VCS plug-in and i'm not sure, that post in the right place...

i use PL/SQL Developer Version 9.0.6.1665 and Version Control Plug-In 1.2 for it.
I develop DLL to bind VCS plug-in with svn command-line client. If i would like to use option "open files in IDE", while getting files for example, i get this error message:





Where red is, obviously, default path and green is really path from dialog box. Clearly, that VCS plug-in concatenated this two paths.

Task: open file in IDE from Get (or Checkout) dialog box.

I found next ways to solve it:
1. Or clear default path (how to change default path?)
2. Or disable this concatenation of paths (how to disable it?)
3. Or just disable this check box and make it invisible on the dialog box (how to manage dialog box, that already exist... ;) ?)

Question itself: somebody knows how to change this default path, that is used by VCS plug-in to open files in IDE directly from dialog box?
 
The default path is the "Local Path" property that is selected when you open the VCS project. Can you check if it is defined correctly?
 
Hallo, Marco Kalter
after the test I can say, that on "Local Path" (that was chosen in dialog box "Open Version Control Project") depends content of the first string in dialog box "Get files" - "root directory" for project - it works correctly.
But, in any case at the beginning of a path, that was chosen in "Get files" dialog box - (green on the second picture) will be the folder where PL\SQL Developer is installed (red on the second picture).

 
Back
Top