Microsoft Visual Sourcesafe 6.0

We have VSS 6.0 installed on our server and it can be ran from there fine. I want to install the VSS 6.0 client on my PC, which has a Windows 7 32-bit OS. For this article, we are only installing Visual Basic 6.0 and Visual C++ 6.0, so you can uncheck the options for Visual FoxPro 6.0, Visual InterDev 6.0 and Visual SourceSafe 6.0. Now select the option for Visual C++ 6.0 and press the Change Option. Button to install the UNICODE libraries for MFC.

Active9 years, 3 months ago

We've been using VSS 6.0 since time began, but yesterday I nabbed VSS2005 off of our MSDN subscription, it wouldn't let me install it off the ISO through Daemon Tools (not sure why, but I submitted error report to MS...). I noticed it had a program files directory right on the ISO, so I just copied the folder onto my hard drive. Well, I opened up the client and behold, a glamorous version of VSS 6.0 connected to the exact same DB.

Anyone know if I'm going to destroy everything by using it?

Jon Seigel
10.2k8 gold badges48 silver badges86 bronze badges
Peter TurnerPeter Turner
5,1578 gold badges57 silver badges103 bronze badges

3 Answers

We moved from VSS6 to VSS2005 just over a year ago. The database structure is identical. The only caveat we found was if some people still used VSS6 on a database where others were using VSS2005. VSS2005 treats Unicode text files as text files, whereas VSS6 does not. Which means that when VSS2005 adds a Unicode text file, VSS6 sees it as binary (this affects csproj files among others).

Other than that, VSS2005 supports proper HTTP access to the database (provided server extensions are installed), improved LAN performance (again, with server extensions), and better file system dialogs (the nasty old ones are gone). However, the new file add dialog shows ALL files, not just the ones that aren't included.

Also, VSS2005 allows the provision of custom editors and differencing tools by file extension, which is very useful. For example, some of our XML files are encrypted, so we run a decryption tool before the difference tool by using this system, which has increased the efficiency of our review processes substantially.

There are also other tweaks here and there, mostly good but occasionally annoying.

Finally, nothing has been destroyed. In fact, there appears to have been less additional corruption in the database since the transition - but I wouldn't put this down to the new VSS as it wasn't a comprehensive test.

Jeff YatesJeff Yates
53.9k17 gold badges132 silver badges178 bronze badges

I'm pretty sure, that there is no more danger of destroying anything than when using VSS 6.0.

Microsoft Visual Sourcesafe 6.0

It's quite a long time ago since I last used VSS, but we also updated from version 6 to version 2005. As far as I remember, there were only some cosmetic changes in the client (VSS explorer), but the format of the database and also the available feature were exactly the same than in VSS 6.

M4NM4N
76.9k40 gold badges194 silver badges250 bronze badges

You should be fine.

Since VSS just uses a file share for everything, and there's nothing that is really server based, you're fine. Not much has changed in the format of the database, mostly client side stuff.

AaronSAaronS
6,3434 gold badges23 silver badges55 bronze badges

Not the answer you're looking for? Browse other questions tagged visual-sourcesafevisual-sourcesafe-2005 or ask your own question.

Microsoft Visual Sourcesafe Tutorial

Visual SourceSafe
Developer(s)Microsoft
Initial release1994; 25 years ago
Stable release
Operating systemWindows
TypeRevision control
License
Websitewww.microsoft.com

Microsoft Visual SourceSafe (VSS) is a discontinued source controlprogram, oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files. While most commonly used for source code, SourceSafe can handle any type of file in its database, but older versions were shown[1][2] to be unstable when used to store large amounts of non-textual data such as images, and compiled executables.

  • 2Overview

History[edit]

SourceSafe was originally created by a North Carolina company called One Tree Software. One Tree SourceSafe had gone through several releases in their 1.x to 2.x cycles, supporting DOS, OS/2 (with a Presentation ManagerGUI), Windows, Windows NT, Mac, and Unix. When Microsoft bought OneTree in 1994,[3] they immediately ceased development on all versions except for Windows. Microsoft SourceSafe 3.1, Windows 16-bit-only and Macintosh,[4] rebranded One Tree 3.0 versions, were briefly available before Microsoft released a Version 4.0. With the acquisition of One Tree Software, Microsoft discontinued its source code control product at the time, Microsoft Delta.[5][6] After the acquisition, Mainsoft Corporation developed SourceSafe for UNIX in cooperation with Microsoft.[7] Later, Metrowerks, Inc. developed Visual SourceSafe for Macintosh in cooperation with Microsoft.[8]

Overview[edit]

Microsoft Visual Sourcesafe 6.0

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 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, however, it lacks many important features found in other SCM products, including support for atomic commits of multiple files (CVS has the same problem as it is built upon the original RCS). SourceSafe inherits its shared functionality using direct remote file system access to all the files in the repository. This, together with historic bugs in the codebase, occasionally led to SourceSafe database corruption, a problem noted by Microsoft.[9]

Starting with VSS 2005, Microsoft added a client–server mode. In this mode, clients do not need write access to a 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]

Versions[edit]

VersionDate
3.1February 14, 1995[4]
4.0September 12, 1995[10]
5.0October 7, 1996[11]
6.0June 3, 1998 [12]
2005January 27, 2006 [13]

Criticism[edit]

Visual SourceSafe's stability is criticised due to the way Visual SourceSafe uses a direct, file-based access mechanism that allows any client to modify a file in the repository after locking it. If a client machine crashes in the middle of updating a file, it can corrupt that file.[14] Many users of Visual SourceSafe mitigate this risk by making use of a utility provided by Visual SourceSafe that checks the database for corruption and, when able, corrects errors that it finds.

Microsoft in-house use[edit]

Although 'eating their own dog food' is often said to be part of Microsoft's culture,[15] VSS appears to be an exception; it is widely rumored[16] that very few projects within Microsoft relied on Visual SourceSafe before the product was discontinued, and that the predominant tool at the time was SourceDepot. According to Matthew Doar:[17]

Microsoft itself used an internally developed version of RCS named SLM until 1999, when it began using a version of Perforce named SourceDepot.

The Microsoft Developer Division was using Team Foundation Server for most of its internal projects,[18] although a VSS transcript[citation needed] implied that other large teams use 'a mix of customized in-house tools.'

Microsoft Visual Sourcesafe 6.0

Microsoft has since moved on to using Git.[19]

Updates[edit]

An updated version called Visual SourceSafe 2005 was released in November 2005, promising improved performance and stability, better merging for Unicode and XML files, as well as the ability to check files out over HTTP. It was included with Visual Studio 2005 Team System editions,[20] but is not included with Visual Studio 2008 Team System.

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 now offers Team Foundation Server Basic for smaller development teams.[21][22] There is a hotfix so existing SourceSafe customers can use SourceSafe with Visual Studio 2010.

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.[23]

Microsoft Visual Source Safe 2008

Further reading[edit]

  • 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[edit]

References[edit]

  1. ^De Smet, Alan (2009-04-15). 'Visual SourceSafe: Microsoft's Source Destruction System'. Retrieved 2010-09-19.
  2. ^Bolton, Michael (2003-01-28). 'Visual SourceSafe Version Control: Unsafe at any Speed?'. Retrieved 2010-09-19.
  3. ^'Company News; Microsoft Says It Has Acquired One Tree Software'. The New York Times. November 16, 1994. Retrieved 2007-11-21.
  4. ^ ab'MICROSOFT SHIPS SOURCESAFE SOURCE-CODE-MANAGEMENT SYSTEM'. The Free Library by Farlex. Retrieved 21 May 2014.
  5. ^'MICROSOFT CORPORATION ACQUIRES ONE TREE SOFTWARE'. The Free Library by Farlex. Retrieved 21 May 2014.
  6. ^Gross, Daniel (November 15, 1995). 'Go Configure'. CIO Magazine. Retrieved 21 May 2014.
  7. ^'Mainsoft to ship Visual SourceSafe for UNIX'. The Free Library by Farlex. Retrieved 21 May 2014.
  8. ^'Metrowerks Signs Exclusive License for Microsoft Visual SourceSafe on Mac OS'. The Free Library by Farlex. Retrieved 21 May 2014.
  9. ^'SourceSafe database corruption'. Microsoft. Retrieved 18 Dec 2014.
  10. ^'MICROSOFT ANNOUNCES VISUAL SOURCESAFE, AN INTUITIVE CODE-MANAGEMENT SYSTEM'. The Free Library by Farlex. Retrieved 21 May 2014.
  11. ^'Microsoft Announces Visual SourceSafe 5.0,An Intuitive, Project-Oriented Version Control System'. Microsoft. Retrieved 21 May 2014.
  12. ^'Microsoft Support Lifecycle- Visual SourceSafe 6.0 Standard Edition'. Microsoft Support. Microsoft. Retrieved 21 May 2014.
  13. ^'Microsoft Support Lifecycle - Visual SourceSafe 2005 Standard Edition'. Microsoft. Retrieved 21 May 2014.
  14. ^'Best Practices for Preventing Data Corruption'. MSDN.
  15. ^'Microsoft tests its own dog food'. ZDNet. CBS Interactive. July 21, 2003. Archived from the original on January 8, 2007. Retrieved October 9, 2005.
  16. ^'It's all Hype. - Jerry Dennany's Occasional Clue'. Weblogs.asp.net. 2003-07-15. Retrieved 2012-04-13.
  17. ^Doar, Matthew B. (2005). Practical Development Environments. O'Reilly. p. 73. ISBN0-596-00796-5.
  18. ^Guckenheimer, Sam; Neno Loje (2012). Visual Studio Team Foundation Server 2012: Adopting Agile Software Practices: From Backlog to Continuous Feedback (3rd Edition) (Microsoft Windows Development Series). O'Reilly. p. 241. ISBN0-321-86487-5.
  19. ^Richard Chirgwin (2017-05-25). 'Windows is now built on Git, but Microsoft has found some bottlenecks'. The Register. Retrieved 2017-06-01.
  20. ^'VS 2008 and SourceSafe Q&A - BUGBUG: poor title - Site Home - MSDN Blogs'. Blogs.msdn.com. 2007-12-03. Retrieved 2012-04-13.
  21. ^Krill, Paul (2009-09-30). 'Microsoft looks to move SourceSafe users to newer technology | Developer World'. InfoWorld. Retrieved 2012-04-13.
  22. ^'Visual SourceSafe Road Map'. Msdn2.microsoft.com. Retrieved 2012-04-13.
  23. ^http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=sourcesafe&Filter=FilterNO

External links[edit]

Microsoft Visual Sourcesafe 6.0 Standard Edition

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Microsoft_Visual_SourceSafe&oldid=865271167'