Click here to Skip to main content
15,878,748 members
Articles / Web Development / ASP.NET

Subversion Multiple Repository on a Single Server

Rate me:
Please Sign up or sign in to vote.
2.10/5 (4 votes)
29 Aug 2006CPOL3 min read 36.2K   9  
This article shows how to run multiple Subversion instances inside a Windows Service, and within the same executable host a standard Windows Form application and provide an ASP.NET page to redirect your users to the specific repository.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SubversionService", "SubversionService.vbproj", "{5AB655E9-441A-42AC-B7BE-A652EB670335}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "subversion", "http://localhost/subversion/subversion.vbproj", "{E414E4C5-EB8B-460F-B9F2-8E1DEA42E05E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5AB655E9-441A-42AC-B7BE-A652EB670335}.Debug.ActiveCfg = Debug|.NET
		{5AB655E9-441A-42AC-B7BE-A652EB670335}.Debug.Build.0 = Debug|.NET
		{5AB655E9-441A-42AC-B7BE-A652EB670335}.Release.ActiveCfg = Release|.NET
		{5AB655E9-441A-42AC-B7BE-A652EB670335}.Release.Build.0 = Release|.NET
		{E414E4C5-EB8B-460F-B9F2-8E1DEA42E05E}.Debug.ActiveCfg = Debug|.NET
		{E414E4C5-EB8B-460F-B9F2-8E1DEA42E05E}.Debug.Build.0 = Debug|.NET
		{E414E4C5-EB8B-460F-B9F2-8E1DEA42E05E}.Release.ActiveCfg = Release|.NET
		{E414E4C5-EB8B-460F-B9F2-8E1DEA42E05E}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions