Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

good version control software for Delphi 2009 [closed]

does anyone have a good idea for what I might use ?

like image 895
Attilah Avatar asked Jun 26 '09 12:06

Attilah


2 Answers

Its not specific to Delphi but SVN is the way to go for version control.

server - subversion (http://subversion.tigris.org/)

windows client - TortoiseSVN (http://tortoisesvn.tigris.org/)

like image 146
Lawrence Barsanti Avatar answered Nov 08 '22 01:11

Lawrence Barsanti


I use Team Coherence, from QSC. This integrates nicely into Delphi (I think the standalone desktop client app itself is written in Delphi too) and it can be used over a network/the web etc.

I'm a 'lone developer' who uses it to get to my source code wherever I am. It does all the obvious source control stuff pretty well (versioning, history, comparisons), and I'm happy with it.

It's not free, but if you want something that really does plug into the Delphi IDE, and that 'understands' Delphi sourcecode and projects (for instance, checking out a form is a single operation - .DFM and .PAS are intelligently linked together in the mind of TC), then it's worth a look. I'm quite happy with it.

like image 45
robsoft Avatar answered Nov 08 '22 01:11

robsoft