Click here to Skip to main content
15,891,529 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   118   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.
Public Class OperatingMode
    Public Enum StartType As Byte
        Application = 0
        Service = 1
    End Enum
End Class

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