Edit links
SvnBridge
Developer(s)Microsoft
Initial releaseOctober 17, 2007; 16 years ago (2007-10-17)
Stable release
v6.2 / September 12, 2013; 10 years ago (2013-09-12)
Repositorywww.codeplex.com/SvnBridge
Written inC#
Operating systemMicrosoft Windows
TypePlug-in
LicenseMicrosoft Public License
Websitewww.codeplex.com/SvnBridge

SVNBridge is an extension for Microsoft Azure DevOps Server (formerly Team Foundation Server or TFS) that allows the use of a Subversion client (e.g., TortoiseSVN) with Azure DevOps Server. SVNBridge is available free under the Microsoft Public License (Ms-PL).

Overview

Svnbridge is an open source project hosted on the Microsoft Codeplex project site. Support for accessing Codeplex via subversion has been described by CodePlex as 'our number one requested feature'.[1] SVNBridge allows developers to participate in CodePlex projects while still using Subversion based tools they are familiar with.[2]

The SVNBridge project provides two related SVNBridge products with differing modes of operation:

  • Either running as a client daemon (systray item) on Windows systems allowing Subversion applications on the client to access Azure DevOps revision control items on a remote Azure DevOps server.
  • Or as an IIS web application on the Azure DevOps server itself; thus enabling Subversion clients to connect directly to the Azure DevOps server using the Subversion http protocols, and without requiring additional software on the client. In this latter mode it provided an interoperability solution for Unix/Linux/macOS based Subversion tools.

See also

References

External links