version control status issue

ZachPL

Member
It doesn't appear that version control status is working correctly, I just downloaded the lastest git client and I'm using tortoise git. When I save a changed file the icon in plsql dev changes to modified for a minute but then goes back to unchanged even though when I look at the windows folder it shows that it is still changed.

2pvCltg.png


Pressing saved again and it shows that the file is modified for about 1 second in plsql dev then switches back to unchanged.
 
Last edited:
To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer 14\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 14 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 14).

Also let me know which file behaved like this for the captured debug logging session.
 
Back
Top