does anyone have a good idea for what I might use ?
|
1
|
|||||||
|
|
|
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/) |
||||
|
|
|
I'd recommend a DVCS (Distributed Version Control System). I'm not going to give a specific one to avoid potential flaming, but the big ones are Git, Mercurial, and Bazaar, all of which are quite good. These allow you the benefit of working offline and working from any computer, while still maintaining version history. Also, since it's distributed, you don't need some central server, so if a computer crashes, you're still good to go. Here is a good article about DVCS vs traditional VCS (such as SVN). |
||||||||||||||
|
|
|
I have moved away from VSS to Subversion with Tsvn, you can look previous question I asked about replacing the VSS for better VCS with Delphi Moving away from VSS. And to make the moving to Subversion easy, use VisualSvn server, which is very easy to install and work with. The good thing about moving to Subversion that next Delphi version will include support to it from inside the IDE. |
||||
|
|
|
All version control systems should work just fine for you. You do not need a specific version control system for Delphi, or any language for that matter. Some ideas:
|
||||
|
|
|
The company I work for uses Vault but would I advise it? Well, it's better than VSS that we used before. We combine this with SourceConneXion which is a Delphi IDE plugin and which supports several source control products, including Vault, Subversion, CVS and whatever else you might think of. Since we're developing in both Delphi and .NET, these products work quite well for my organisation. Btw, if you're a single developer and only want one license then Vault is free! |
||||
|
|
|
We are using since two years JediVCS (part of the Jedi Proyject). It's stable and work outside the IDE (standalone application) or Integrated with the Delphi IDE. Work with a lot of servers:
NOTE: Here you can see a video of installation process, the integration with Delphi IDE, Check-in and Check-out files process... Regards. |
||||||
|
|
|
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. |
||||||
|
|
|
First, don't choose your version control system primarily on the level of integration with the IDE! Subversion, as many have said, is pretty much the de-facto standard for modern version control software. Personally I just use TortoiseSvn, and don't worry about integration into the IDE. If you want integration into the IDE, look at SourceConnexion from Epocalipse. They have a D2009 version. Codegear have hinted that SVN integration could well be in the next release of delphi anyway. |
||
|
|
|
|
I use subversion with the jedi integration. I wrote a series of posts on using subversion with Delphi: http://sourceitsoftware.blogspot.com/2008/07/starting-out-with-delphi-and-subversion.html http://sourceitsoftware.blogspot.com/2008/07/subversion-server-options.html http://sourceitsoftware.blogspot.com/2008/07/common-tasks-with-subversion.html http://sourceitsoftware.blogspot.com/2008/08/subversion-add-ins-for-delphi.html |
||
|
|
|
|
I would like to recommend Plastic SCM. We used Team Coherance before, but due to multiple reasons (slow, bugs, etc) we have chosen for Plastic SCM: http://www.codicesoftware.com/xpfront.aspx Very good support (email reaction mostly within 1 hour!) and it has fabulous branch and merging support! Task driven parallel development with multiple developers works much better than traditional version systems like TC, CVS, etc. |
||
|
|
|
|
If you are a single developer, then Perforce is a good choice. It's free for 1 or 2 developers. You can use the command line or the gui (P4V) which makes it pretty easy. I've used it for a few years now, and even when I had an issue with it about a year ago, their support was great, treated me like a paying customer, which I'm not. It's easy to set-up, and there's plenty of documentation. It also integrates into other applications like Teamcity and Jira/Fisheye. Just my 2 cents. |
||
|
|
|
|
Tortoise SVN Complicated at first but very reliable |
||
|
|
|
|
Try Plastic SCM together with SourceConneXion integration. Take a look at the following posts here:
Actually it is a very strong combination since Delphi is probably the greatest IDE/language combination for most tasks, and Plastic the strongest for parallel development. |
||
|
|
