SVNBridge

{{Infobox software

| name = SvnBridge

| logo =

| screenshot =

| screenshot size =

| caption =

| developer = Microsoft

| released = {{Start date and age|2007|10|17}}

| latest release version = v6.2

| latest release date = {{Start date and age|2013|09|12}}

| repo = {{URL|http://www.codeplex.com/SvnBridge}}

| programming language = C#

| operating system = Microsoft Windows

| genre = Plug-in

| license = Microsoft Public License

| website = {{URL|http://www.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'.[http://blogs.msdn.com/codeplex/archive/2008/09/14/codeplex-launches-support-for-tortoisesvn.aspx CodePlex launches support for TortoiseSVN.] SVNBridge allows developers to participate in CodePlex projects while still using Subversion based tools they are familiar with.[http://broadcast.oreilly.com/2008/09/codeplex-announces-support-for.html CodePlex Announces Support for TortoiseSVN and Other Subversion Clients], O'Reilly.

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

{{Portal|Free and open-source software}}

References

{{Reflist}}