Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi: Moving away from VSS

We are team of few Delphi developers who have been using VSS since years (I know it's a pity), but we don't use any of the advanced features of VCS, so it was working fine in many cases (but some times it was driving me crazy :( ).

The good thing that we have with VSS that we use third-party plug-ins to integrate VSS with Delphi, which is working great, but now when our projects becomes larger, and we would like to move a way from VSS.

I have looked at few other VCS (free and commercial) and found most of them seems be made for Linux guys, and you have to use command line for many admin work(I know I'm windows guy :P).

What I'm looking for the new Version control that it should be easy to use and to maintain and Integrated nicely with Delphi IDE (D2007), or at least have a good UI for the Admins an developers.

like image 968
Mohammed Nasman Avatar asked Oct 22 '08 10:10

Mohammed Nasman


3 Answers

Just use SVN and an excellent TortoiseSVN client which integrates with the Windows Explorer.

P.S. Found this question: What is the best set of tools to develop Win32 Delphi applications? and this Delphi IDE/TortoiseSVN integration tools in one of the answers: http://delphiaddinfortortoisesvn.tigris.org/

like image 79
Ilya Kochetov Avatar answered Sep 19 '22 13:09

Ilya Kochetov


You should at least take a look at JVCS. It integrates with the Delphi IDE, it's written in Delphi and is open source, and you can choose from a number of databases including Firebird to store your archive in.

like image 42
jrodenhi Avatar answered Sep 20 '22 13:09

jrodenhi


There is Team Coherence (http://www.teamcoherence.com/) which is written in Delphi and integrates with the IDE very well. We still use it. Support is patchy though.

Most people seem to be moving to SubVersion though.

like image 31
dcraggs Avatar answered Sep 18 '22 13:09

dcraggs