svnbridge

Get specific versions of TFS code in a different directory

。_饼干妹妹 提交于 2019-12-25 13:09:20
问题 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 out to do another build into the next environment. I don't want to have to use SVN Bridge to have a copy of my code somewhere else for code at a specific version, but I have not found a way to do this natively in TFS (2010). Is there a way of doing

Get specific versions of TFS code in a different directory

℡╲_俬逩灬. 提交于 2019-12-25 13:09:05
问题 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 out to do another build into the next environment. I don't want to have to use SVN Bridge to have a copy of my code somewhere else for code at a specific version, but I have not found a way to do this natively in TFS (2010). Is there a way of doing

How to upgrade codeplex solution with reference to TFS2012 library?

霸气de小男生 提交于 2019-12-25 03:56:09
问题 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 update the TFS references in the project because I am using TFS 2012. So I open this solution in VS2010. I see that there is a reference for 'Codepelx.TFSLibrary'. I think this is not compatible with TSF2012, so I need a reference that is for TFS2012

Importing Mercuial(hg) repository to Team Foundation Services

人走茶凉 提交于 2019-12-24 17:39:09
问题 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 that says i can be done with SVNBridge but no details and it didn't makes sense to me since SVN is different than Mercurial. 回答1: If you are using Git version control for your VSTS repository, you can use Hg-Git mercurial plugin to convert a hg

Migrating code and history from SVN into TFS 2012

我只是一个虾纸丫 提交于 2019-12-24 01:24:00
问题 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 port 8081). On Client PC we have installed VS2010 (TFS) and Tortoise SVN. Now I am following the SVNBridge website article which mentions that: Using TortoiseSVN, run a checkout using the following path: http://<yourwebserver>:8081/<TFSprojectname> I