Questions tagged [svnbridge]

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

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

Svnbridge is a 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 TFS revision control items on a remote TFS server. Or as a IIS web application on the TFS server itself; thus enabling Subversion clients to connect directly to the TFS server using the Subversion http protocols, and without requiring additional software on the client. In this latter mode it provided a interoperability solution for Mac OS X/Unix/Linux based Subversion tools

17 questions
0
votes
1 answer

SVNBridge with Xcode giving '200 OK' error

I'm trying to utilize SVNBridge so that my team can use our existing TFS server as our Xcode repository. SVNBridge appears to be set up correctly on the TFS server, and I can connect to it from Xcode as an SVN repository to grab everything and…
AaronS
  • 7,649
  • 5
  • 30
  • 56
-2
votes
1 answer

Is possible integrate TFS with VisualSVN?

In my work they are using a system in Java that works as a TFS. We also use a plugin in eclipse to handle the versions of the projects. My question is if I can use VisualSVN, instead of the plugin, for better management of versions. In short, is it…
1
2