Yes Starteam is (among other things) a version control system. I have used Starteam with Delphi and it is quite powerful. I have also used VSS a bit, but not with Delphi, and Starteam would easily be the better system - but you pay more for it.
Depending on your needs/ budget/ time you could use a CVS derivative. For personal projects I use FreeVCS, which is focussed on Delphi (and is now becoming JediVCS). http://www.freevcs.de/ Wes > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, 31 March 2004 9:02 a.m. > To: [EMAIL PROTECTED] > Subject: RE: [DUG] Source code control > > > Visual Source Safe can be used with any type of file, so yes, > you can use it with Delphi. > > However there isn't any integration with the Delphi IDE out > of the box. There may be third party tools available to > provide this functionality, but I'm not sure. > > Depending on your Delphi version, Delphi may come with it's > own SCM tool; e.g. Delphi 8 (Enterprise & above) comes with > StarTeam which I think is a source control tool. I think > some earlier versions of Delphi also included a SCM tool. > > HTH, > > Conor > > -----Original Message----- > From: Eric Tishler [mailto:[EMAIL PROTECTED] > > I have a pretty good sized Delphi (6) project that I will > need to maintain, including versioning and source code > control. Is there a recommended tool out there to use for > this purpose? I have Visual Source Safe, but I have only used > that for Visual Basic and Visual C++. > > Does anyone know if it can be used with Delphi. Or, are there > any other suggestions? > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
