VCS changes the focus from PLSQL Developer to the last application used

maguzman

Member²
I am testing the Version Control Plug-In with the following configureation:

CVS for Windows NT v2.0.8
WinCVS 1.3 13.2 Beta 13 (Build 2)
Python 2.3 (for CVS commands a tcl)
CVS Proxy from PushOK version 1.1.030816 (an evaluation copy of a proxy that let's you use CVS thru CSS)

Every time I check in a new file, I get switched to another application (the last one used) as if I where pressing alt+tab. Is that a problem with my configuration?

Thanks,
Manuel
 
I changed the gateway from PushOk to Jalandi Igloo and solved the previous problem.

I am know experiencing a new situation: every time I restart PLSQL Developer, I need to add all files again because I can't see them (using "get" or "check out"). When adding the files I always get a message that says "File already exist," which is true (but I can't see them). After that, I am able to see them and work using CVS.

 
I am also experiencing the same problem using PushOK CVS Proxy. Every time I open a project or perform any other action with VCS PL/SQL Developer is minimised.

The dialog showing up when using "VCS\Get" or "VCS\Check out" contains no files or folders. There is only an icon of a root folder with no name.
Using vcs111b.zip as sugested in one of the posts, the check out dialog now partialy correct shows the name of the root folder of workarea but still no files.

Also when opening a Project using "VCS\Open Project.." it works correct only for the first time. When opening the same project the second time, options in VCS menu are grayed out (check out, check in, get files, add files etc).
 
Originally posted by maguzman:
I changed the gateway from PushOk to Jalandi Igloo and solved the previous problem.

I am know experiencing a new situation: every time I restart PLSQL Developer, I need to add all files again because I can't see them (using "get" or "check out").
Which version of the VCS Plug-In are you using?

------------------
Marco Kalter
Allround Automations
 
I started using v1.1.0 and switched to v1.1.1 after reading an answer to other question. The only difference between versions is that the latest one shows the full path of the local folder in the "get files" windows while the previous version didn't. But in both cases, all files are missing from the project and I need to add them every time I open a project.

The version of Jalindi Igloo I'm using is one I got at http://www.jalindi.com/igloo/ where they say it is version 1.03

thx,
maguzman
 
I'm using 1.2.4 version of the VCS plugin with PL/SQL Developer version 10.0.5.1710 and "Microsoft Visual Studio Team Foundation Server 2013 MSSCCI Provider 32-bit" with VS 2013 Premium Update 4.
I have a problem that seems similar but is a bit different from what you described. For me the VCS plugin does notice files in TFS project but only those that are directly in the project folder I told it to open. It does not see any subfolders and files in them, unless I try to add the files (I also have to do it one by one, just as you described and I also get the error messages that the file already exists) and I have to do it again if I restart the application or reopen the VCS project.
If I manually open a file from the local folder that is a subfolder of the work space opened in PL/SQL Developer, I can't do a check out, check in, get or remove (unless I try to add it first), but I can see TFS properties of the file, the TFS change history for that file and even compare differences between the local file and TFS version of it.

Not sure if there is a forum topic describing or answering that problem that is not as old as this one because the forum search engine seems to ignore such short words as "TFS" or "VCS" (and probably all other words that are 3 letters or shorter - it should probably only ignore popular English words or there should be a way to somehow force it to not ignore anything).
 
Back
Top