Table of Contents | ||||
---|---|---|---|---|
|
Installation
Link | |
Documentation |
...
No special configuration need to be done during the installation.
...
Select "Help" and then select "Install New Software"
Note: To install this plugin, you cannot be connected to the VPN.
Type git and select the option DBeaver Git Integration
Select DBeaver Git Support > Next > Next
Accept the licenses > Finish
Accept the certificates
Restart Now
Note: After installer the plugin, DBeaver can crash loop on startup, you need delete the folder located in %USERPROFILE%.eclipse and delete all folders with dbeaver.product. In my case, 2 folders.
After that, you need to reinstall the plugin again, please pay attention because to do this installation you cannot be connected to the VPN.Once DBeaver restarted, go to File > Git > Git Repositories
Select Clone a Git Repository
Add URI information > Next
URI: https://dev.azure.com/transport-canada/DSD-CIVAV Support/_git/CivAv_Database
Add User and Password from DevOps
Open Azure DevOps > go to Repos > CivAv_Database > Clone
Click on Generate Git Credentials
Copy and paste the user and password in DBeaver and click on Log in
Select the branch > Next
Select your directory > Finish
Select Projects Tab and click on Create project from Git
Note: https://dbeaver.com/docs/wiki/Project-team-work/
Select the option Existing local repository > Next
Select your project cloned > Next
Next
Add the project name > Finish
You can select your file and open it
Once you finish your changes, right click in your file > Team > Commit. The git staging will be open and you can commit and push your changes.
...