Understanding VSS integration

greg.mccarty

Member²
Ok, here's the rub.

I log into a session.
I open a VSS project.
I check a file. Make changes.
I need to go to lunch, so I save and close plsql.
I come back from lunch, login and open the VSS project.

When I right click on my package body, I see the ability to view and to check in, but not to edit.

What am I missing?
 
If you save, then you need to reopen. Either you keep your sources on the file system, or you keep them in the database.

My guess is that you have disabled the "Allow editing of database sources" preference.
 
Back
Top