Unexpected behavior for VCS Difference operation

Brian Baker

Member²
I am using the following versions:
PLSQL Dev: 6.0.3.893
VCS Plugin: 1.2.0
VCS System: SourceOffSite Collab 1.1.2

I have the VCS preference "Allow version control over DB objects" enabled.

Two problems:

1. If I right-click a package body in the browser and select "Differences", I get a diff between the local file copy of the package and the VCS copy. I would expect this to compare the actual database source and the VCS copy. Furthermore, if a local copy of the package source code does not exist, the compare fails due to a missing file.

2. The VCS menu and the browser right-click menu do not appear to do the same thing. The right-click menu has the above behavior. When selecting "Differences" from the VCS menu, I simply get this error:

---------------------------
C:\Program Files\PLSQL Developer\plsqldev.exe
---------------------------
Unable to open file: C:\Projects\Benefit Application 1.2\DDL
---------------------------
OK
---------------------------

The above path is the local folder for my source files.
 
Back
Top