Author Topic: Azure DevOps, Repository and version source control  (Read 668 times)

carlo.ponticelli

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Azure DevOps, Repository and version source control
« on: June 08, 2022, 04:01:46 PM »
Hi !
I ask for help, can you tell me where to do and what is needed to integrate the java sources of a SlickEdit Pro v.26 project with Microsoft Azure DevOps repository?

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
Re: Azure DevOps, Repository and version source control
« Reply #1 on: June 09, 2022, 12:40:38 AM »
Follow the procedure here to begin with.

https://docs.microsoft.com/en-us/azure/devops/repos/git/share-your-code-in-git-cmdline?view=azure-devops

Then in slickedit have a look at the topic "git options" in the help and set the path to the git executable  - it's probably already correct if you already have git installed.

Then you need to add your files to the repo - you can use the projects toolwindow  - right click and select "add", then right click "commit".  Slick help says not to have the project vpwhist file in the repo but you should probably put the .vpj and .vpw files in the repo.