Project DescriptionSvnBridge allows you to use TortoiseSVN and other Subversion clients with Team Foundation Server. It converts the calls made by your Subversion client to the API supported by TFS.
Note: You don't need to download SvnBridge to use Subversion clients with CodePlex. Every CodePlex project automatically has a Subversion URL (e.g. https://svnbridge.svn.codeplex.com/svn).SvnBridge acts as a bridge between TortoiseSVN and TFS. You point SvnBridge at the TFS server, and point TortoiseSVN at SvnBridge. This allows you to use TortoiseSVN with any TFS server without needing to change the TFS server in any way (no need to convince your TFS system administrator of anything!).
SvnBridge has both a client and a server version. The client version runs as an executable in your system tray, and the server version runs under IIS. The client version is quick and easy to run on your development machine, and the server version lets you set it up for multiple developers to use or to have "always on".
Give SvnBridge a try and let us know how it works for you! Feedback, issues, or suggestions can be submitted in the
issue tracker.
Current StatusSvnBridge has released its fourth version. The core source control features (checkout, update, commit, repository browser, show log) are all supported. Click
here to see the current status of individual commands.
VisualSVNIf you haven't heard of VisualSVN, it integrates Visual Studio with TortoiseSVN. I've been using it with SvnBridge and highly recommend it. Open source developers can request a free license of VisualSVN here:
http://www.visualsvn.com/request-license.htmlIntegration with CodePlex Work ItemsYou can visit this
page for detailed instructions about how you can integrate SVN commit message and CodePlex Work Items.
Reporting ErrorsIf you are running into errors using SvnBridge, please use our discussion forum for help.
When asking for help, please remember to include the SVN operation that have happened, and any errors that SvnBridge might have raised.
If you are using SvnBridge with the CodePlex servers, please specify the project that you are working with.
Using the information in
TracingWithFiddler can help us reproduce issues that happens against your local servers.
Future PlansVersion 5 plans include adding support for additional commands and continued bug fixes and performance optimizations.