VCS checkin of packages with spec and body together

jcm

Member
Hi. I am attempting to use the VCS plugin with the PushOK CVS Proxy. I have enabled the setting "Add Spec and Body as a single file" as well as "Allow version control over DB objects".

When I right click on a package in the Object Browser and choose Check Out I get both the spec and body as expected. I make my changes, compile the package, and close the editor window. I then right click on the package in the Object Browser and choose Check In. The VCS plugin open only the Spec or the Body and checks it in meaning I lose the other half. Am I doing something wrong? Thanks, john
 
The check-in function is not directly affected by this. It only affects the "Add" function. After the file is added with both the specification and body, it will be checked in and out as a single file as well. If you also have separate specification and body files in the version control system, you will need to delete those.
 
Back
Top