Just a question, do any of you use sourceSafe as a repository? my group is going to start using it and I was wanting to know if any of you had any good suggestions on a few websites that give small entry level info on it?
(P.S. the reason I threw it in the Delphi section is because of the fact only Delphi developers are using SourceSafe in my organization. I don't know if it has anything to do with it in detail)
Hi DominiPinoy,
The best place to find information about sourcesafe is at the MSDN website
http://msdn2.microsoft.com/en-us/vstudio/aa718670.aspx
Sourcesafe is good starter source control manager for development that doesnt require remote access (although it is possiblevia vpn).
You can find entry level information here. It gives you an overview on what Sourcesafe does and a step by step instruction on how to do the core things like check-in/check-out of source code.
If you are looking for a more robust solution.. i suggest that you guys look at Microsoft Team Foundation Server
http://msdn2.microsoft.com/en-us/library/ms181369(VS.80).aspx
Or try the free SCM tools available like CVS or Subversion.