GIT Integration

raam94

Member
Hello everyone,

I need to install GIT on my PL/SQL Developer and have followed a guide (chapter 16/22). This involved installing the Git Executable and GIT GUI Executable. When I enabled version control, the paths were automatically populated as follows:
-... AppData\Local\Programs\Git\cmd\git.exe
-... Program Files (x86)\GitExtensions\GitExtensions.exe
I chose Git Extensions as the GIT GUI.

However, I'm facing an issue: the Git Extension option does not appear in PL/SQL Developer (not in the window status lines, File Browser items, or Project items).

Can anyone help me identify the problem?

Thank you very much.
 
Marco Kalter said:
Note that the Git options will only appear for files and directories in a local repository. See the following Git Extensions documentation pages:
https://git-extensions-documentation.readthedocs.io/en/release-4.2/dashboard.html#clone-repository

If this still does not work, please send a screenshot of your Version Control preference page in PL/SQL Developer.

First of all, thanks for the response. I try to follow this documentation.
But I have on question, can I use PL/SQL Developer with GIT integration and have a remote repository on GitLab?

Thanks, have a good day.
 
I'm not familiar with GitLab. You would need to configure Git Extensions (or TortoiseGit) to access the remote GitLab repository.
 
I have correctly configured the PL/SQL and GitLab through the use of GitExtension.
But now, I have to bring the entire DB on the Repository, is there a feature that exports the structure of DB (such us Table : table1, table 2..., Procedure: proc1, proc2..) and allow me to import that in File section for repository? Or do I have to do all manually?

Thank you very much
 

Similar threads

Back
Top