Ian Vink
Ian Vink

Reputation: 68780

SVN on Team Foundation Server - Delphi 2010

We're looking to upgrade to Delphi 2010 and have Team Foundation Server as our source Control.

Is there a plug in for TFS that allows clients to talk to it via SVN?

I noticed that CodePlex, Microsoft's open source web service, supports TFS and SVN so am hoping that there is a SVN plug in for TFS.

Ian

Upvotes: 1

Views: 1089

Answers (2)

Ryan Rinaldi
Ryan Rinaldi

Reputation: 4239

Delphi used to support MSSCCI for version control plugins. If it still does you would be able to use the TFS MSSCCI provider and get TFS integration without using SvnBridge.

Upvotes: 1

Mark Heath
Mark Heath

Reputation: 49502

have a look at the SvnBridge project, which is I believe what Codeplex are using

Upvotes: 2

Related Questions