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
7
votes
1 answer

Using SVNBridge with TFS (not CodePlex)

I'm trying to access my TFS Server using SVNBridge so I can work disconnected. I tried using the server-based as well as client-based solution. I'm just getting internal server 500 errors returned. I'm not sure I'm connecting to the site…
user221665
4
votes
3 answers

How do I mirror a SVN repository on CodePlex?

I'm the creator (and so far, only developer) of a CodePlex project. I've writing it on my laptop, using a Subversion repository on my home network. Submitting my changes to CodePlex via the TeamServer interface is driving me crazy, and I'd really…
James Curran
  • 101,701
  • 37
  • 181
  • 258
3
votes
1 answer

installing svnbridge server on a different machine other than the server

I can see that there is a key called "TfsUrl" in the appSettings part of the Web.config file for SVNBridge. Is this possible? Can I install the SVNBridge on a different machine to the TFS server? We are a big company and the admin people don't want…
Mike S
  • 4,092
  • 5
  • 35
  • 68
2
votes
2 answers

Migrating code and history from SVN into TFS 2012

I have managed to setup SvnBridge v6.2 with TFS 2012. (Used this to make it work:How to upgrade codeplex solution with reference to TFS2012 library?) On Server PC we have installed TFS (server), SVN (servser) and IIS (on IIS SVNBridge is setup on…
variable
  • 8,262
  • 9
  • 95
  • 215
2
votes
1 answer

Xcode to TFS via SVNBridge

I heard that SVNBridge has 2 products: Client and Server but I have to use SVNBridge Server if I want to access from MAC? Is that true? Is there any limitation/stability issue using SVNBridge Server from Xcode to connect to TFS? I am looking for…
friend
  • 1,909
  • 2
  • 21
  • 28
1
vote
1 answer

TFS 2010 gated check-in using TortoiseSvn over SvnBridge

I have the configuration in the above title. I am using the TFS gated check-in feature which works fine if i use the TFS tools to check in my changes. A review of my understanding of the way it works: my changes are intercepted by the gated check…
re-pieper
  • 21
  • 4
1
vote
1 answer

Importing Mercuial(hg) repository to Team Foundation Services

I'm looking for any suggestions or tools that can be used to migrate a Mercurial(hg) repository on a Windows 7 system to a TFS repository on Visualstudio.com. I currently use TortoiseHg to interface with the Mercuial repository. I had found a post…
dblwizard
  • 595
  • 7
  • 26
1
vote
1 answer

Can TortoiseSVN/SVNBridge coexist with the TFS plugin for Visual Studio?

My current gig uses Visual Studio 2008 and TFS 2008 (project is .NET CF 3.5, hence the requirement for the legacy versions of everything). I have the TFS Power Tools installed, with the Windows Explorer shell integration, and it's pretty good, for…
Mike Loux
  • 706
  • 2
  • 11
  • 23
1
vote
1 answer

how to untrack svnbridge file from a TFS folder locally?

I'm using eclipse to build an android app which is tracked in TFS. There's a svnbridge installed on the server but I don't want to use it anymore so I installed the Team Explorer Everywhere eclipse plugin. But now in my project I have a lot of…
Alexis
  • 16,629
  • 17
  • 62
  • 107
0
votes
1 answer

tortoisesvn refuses to connect to TFS server via svn bridge

I use svn bridge to connect to a tfs server with tortoiseSVN. I need to use another computer as well for the same purpose. The problem is while on one computer the url i write in tortoise svn, http://localhost:portNo/serverName/place, works fine and…
0
votes
1 answer

Get specific versions of TFS code in a different directory

Currently we have a build process as follows: I do a build into our dev staging environment. I label this in TFS. I use SVN bridge to check out that changeset that was labelled.* If testing for dev staging passes, I use the working copy I checked…
Russell
  • 17,481
  • 23
  • 81
  • 125
0
votes
1 answer

TFS Code Review from an SVN Bridge?

Yes, the title is correct. Is there a way to code review a project that exists in TFS (Microsoft's Team Foundation Server) from a user's computer that is connected to that TFS repository via an SVN Bridge? (related: an SVN Bridge is a tool that…
eduncan911
  • 17,165
  • 13
  • 68
  • 104
0
votes
1 answer

How to upgrade codeplex solution with reference to TFS2012 library?

I have downloaded the source code for https://svnbridge.codeplex.com/SourceControl/latest I use the SVNBridge client version. It giving error when I try to perform check-out on a file as: There is an error in XML document (0,0). I guess I need to…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

Is there any other solution like 'svnbridge'?

I joined a new team which choose the tfs 2012 to manage source code, because it is upgraded from vss. But as I know, more team members like subverion. It is hard to use tfs in these a few mouths, and I find that 'SvnBridge' can help developers use…
workingbird
  • 67
  • 1
  • 6
0
votes
1 answer

Mac Subversion client that works with SvnBridge to TFS?

We have a situation where a large number of .NET developers use Team Foundation Server 2010 for source control, and a small number of iOS developers (on Mac OS X, obviously) use Subversion. In the hope of unifying these two systems, we have looked…
Carson63000
  • 4,215
  • 2
  • 24
  • 38
1
2