Content deleted Content added
→External links: remove massive linkfarm directory. Only 1 official link per WP:EL. Remove links to "problems with SourceSafe" opinion pages and lots of connections to different feature sets. Wikipedia is not here to supply links. |
No edit summary |
||
Line 37:
==Overview==
SourceSafe was initially not a client/server [[Source Code Management]], but rather a ''local'' only SCM system. Architecturally, this serves as both a strength and weakness of design, depending on the environment it is used in. It allows a single user system to be set up with less configuration than that of some other [[Source Code Management|SCM]] systems. In addition, the process of backing up can be as simple as copying all of the contents of a single directory tree. For [[multi-user]] environments
Starting with VSS 2005, Microsoft added a [[client–server]] mode. In this mode, clients do not need [[write access]] to a [[Server Message Block|SMB]] share where they can potentially damage the SS database. Instead, files must be accessed through the VSS client tools - the VSS windows client, the VSS [[command-line]] tool, or some application that integrates with or emulates these client tools.{{Citation needed|date=June 2007}}
Line 102:
At the same time, [[Microsoft]] also introduced a source control and project lifecycle management product called [[Team Foundation Server]], which is part of [[Visual Studio Team System]]. This product addresses many of Visual SourceSafe's shortcomings, making it suitable for larger teams requiring high levels of stability and control over activities.
With [[Visual Studio 2010]], Microsoft no longer distributes Visual SourceSafe. Microsoft
The final version of the product, Visual SourceSafe 2005, retired from mainstream support on 10 July 2012 with extended support ending on 11 July 2017.<ref>http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=sourcesafe&Filter=FilterNO</ref>
==Further reading==
* ''Visual SourceSafe 2005 Software Configuration Management in Practice'' (Packt Publishing, 2007)
* ''Real World Software Configuration Management'' (Apress, 2003)
* ''Essential SourceSafe'' (Hentzenwerke Publishing, 2001)
==See also==
Line 120:
==References==
{{
==External links==
* [http://msdn2.microsoft.com/en-us/vstudio/aa700907.aspx Product Overview]
{{Revision control software}}
|