If you already use SourceSafe, then there is no reason why you shouldn't continue to use if with Delphi. There will be strong opinions on which source control is better than another, but the main thing is to get one that you are comfortable using.
I've never liked the integration to source control, from the point of view that as a developer you are responsible for the source, not the tool. You ought to know which units you are modifying, etc. If you are using SourceSafe, then you can setup a set of file types for the Delphi file extension. (Tools | Options | File Types). Other than that, its the same as with VC++ and VB, minus the integration. ----- Original Message ----- From: "Eric Tishler" <[EMAIL PROTECTED]> > Wow! What an amazing response from everyone. Thank you all so much for your input. I will have to read up on each of these. > > I suppose one thing worth mentioning is that I am the only developer on this project and most likely it will remain that way. I am currently using Delphi 6 and do not anticipate moving to Delphi 7 for a while (next year?) if at all. > > Best regards, > eric > > > -----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
