I am currently using Visual SourceSafe, I do not find it easy going. What are other people using, and does it
a) integrate into Visual Studio 2005 and 2008.
b) allow a migration path from Visual SourceSafe with full history/versions.
I am currently using Visual SourceSafe, I do not find it easy going. What
Share
Have a look at GIT or SVN
Both are excellent source control systems.
We use SVN in work as there are several good clients (TortoiseSVN) for explorer and for integration with the IDE (AnkhSVN or VisualSVN)
Also search Stackoverflow for “Visual Studio” & “Source Control” or either of the above specific SCM’s and you’ll find plenty of other people sharing their opinions and experience with them.