Adding SourceGear Storage Support

Simple I use Vault to manage my personal source files. But I do not like to check / go beyond the Delphi development environment.
Delphi XE supports Subversion, so I thought ... Can I also get Vault to work with this? If not, are there alternative add-ins for Delphi for free ?

At work, I use a commercial product as a Vault add-in. This is not an option for my work at home, it's just hobby projects ... Vault is also supported by Visual Studio, so it works with Prism. But there is no Delphi IDE.
Btw, Sourcegear Vault is free for single-player environments . Quote:

Someone said that Vault is FREE for one user. It's true?
Yes. Vault is free for single user use. Just install the product and do not enter any serial numbers. If serial numbers are not present, Vault behaves as if there is only one user license. Please note that this free license does not apply when the product is used by more than one person. If you have two people who need to use Vault, you will need to buy two initial licenses. If you enter a serial number containing only one license, then the product will still have one license for the time being. And frankly, it works fine in my single-user environment. :-)

+3
source share
1 answer

Available options:

  • You use and modify the SVN integration code that you can find on SourceForge (although IMHO this is not a good implementation, especially the menu layout).
  • You write all the integration yourself using the OpenTool API (this can be a bit complicated if you have never worked with it).
  • If Vault supports the MS SCC interface (it should, if it works in VS), you can buy a plug-in, such as SourceConnexion , which adds SCC support for Delphi. I donโ€™t know if there is already a version for XE
+2
source

Source: https://habr.com/ru/post/1773134/


All Articles