Click here to Skip to main content
15,885,914 members
Articles / Programming Languages / C#

Visual Source Safe 6.0 Recursive Rollback

Rate me:
Please Sign up or sign in to vote.
4.74/5 (22 votes)
3 Oct 200519 min read 110.2K   836   43  
Covering the basics of VSS automation using the SourceSafe API (SourceSafeTypeLib) and the SS.exe command line utility. The sample shows rolling back an entire project hierarchy.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSSRollback", "VSSRollback\VSSRollback.csproj", "{E1D7DADE-988F-4B9A-A132-8F238071AC50}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E1D7DADE-988F-4B9A-A132-8F238071AC50}.Debug.ActiveCfg = Debug|.NET
		{E1D7DADE-988F-4B9A-A132-8F238071AC50}.Debug.Build.0 = Debug|.NET
		{E1D7DADE-988F-4B9A-A132-8F238071AC50}.Release.ActiveCfg = Release|.NET
		{E1D7DADE-988F-4B9A-A132-8F238071AC50}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I have been a developer for a short 6 years. I program Windows and Web applications in C#.


Comments and Discussions