Questions tagged [git-tf]

git-tf is a cross-platform tool to bridge git repositories with Microsoft Team Foundation Server version control. This differs from the Windows-based git-tfs tool, please use the git-tfs tag for questions about that program.

git-tf is a cross-platform tool to bridge git repositories with Microsoft Team Foundation Server version control. Users can create a git repository locally, where git commits are mapped to TFS changesets, and then checkin changes to their local git repository back to TFS. git-tf utilizes and to work on a variety of platforms, including Windows, Mac, Linux and others.

git-tf differs from the similar git-tfs tool that is Windows-only. Please use the tag for questions about that program.

git-tf is maintained by Microsoft and is open sourced under an MIT license.

84 questions
0
votes
1 answer

Bringing parts of TFS to Subversion using git-tf, git-svn

I would like to only commit a subset of data from the TFS repository to the Subversion repository. So far, I have cloned the TFS repository: git tf clone --deep http://tfs.server.com:8080/tfs/TeamA "$/Project/Development In Development, there are…
TechFanDan
  • 3,329
  • 6
  • 46
  • 89
0
votes
2 answers

Migrate SVN to TFS with GIT TFS

I'm wondering whether I can use GIT-TFS as a tool to migrate git repository to TFSVC. I've tried using GIT TF and it works using checkin --deep. (not working with branches though) Is this somehow possible using GIT-TFS? Steps: git svn to create a…
mileski
  • 158
  • 2
  • 11
0
votes
1 answer

GIT-TF Could not get principal for kerberos 5 credentials (No credentials cache file found)

I'm trying to set up git-tf on osx. I have everything configured correctly and am now trying to clone an existing TFS repo into git-tf. I am running the following command: git tf clone https://tfs-url.net/tfs…
user156888
0
votes
1 answer

GIT-TF giving me an illegal proxy URL

I am trying to make a copy of a TFS respository as a GIT repo. I was searching around and it looked like git-tf was a tool that could do this for me. The problem I am having is I am constantly getting this error git-tf: Illegal proxy URL:…
Justin
  • 6,373
  • 9
  • 46
  • 72
0
votes
3 answers

Git Tf installation on Mac Osx 10.8

I have tried to integrate Git Tf with Xcode 4.5.1 and Mac OSx 10.8. I have followed the steps which are written at : " http://www.hhogdev.com/Blog/2013/January/ios-git-tfs-integration-step-by-step.aspx " . But at 5. step terminal has given error "…
user2405587
  • 3
  • 1
  • 3
0
votes
1 answer

git-tf workflow best practice with few developers using Xamarin.iOS

I work for a company developing an iOS app with Xamarin. We chose Xamarin because we were already a C#, .NET, & TFS shop and it was easy to integrate TFS with the git-loving Xcode environment using git-tf. But I'm still not sure what workflow is a…
Jason Hartley
  • 2,459
  • 1
  • 31
  • 40
0
votes
1 answer

Using Git-tf for iOS project

I want to use TFS as a version control for developing one of our iPad applications. I followed this article for configuring my Xcode project. After doing all the steps mentioned in the blog i am able to checkin and checkout the whole project. But I…
Devang
  • 320
  • 3
  • 12
-1
votes
1 answer

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space cloning project from TFS to local machine

I am getting Java heap space error while cloning the project from TFS to local machine using git-tf. http://dsiServer1:8080/tfs/Project1 "$/Biling/Dev" C:\TFSProjects\Dev --deep Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook Picked up…
Rajan Domala
  • 133
  • 1
  • 8
-1
votes
1 answer

MAC command git-tf not Found

Hello all. I search a lot but nothing really help. I'm using xcode 5 to develop IOS app, with Team Foundation Server 2013 via git repository. For the first 2 projects all was fine with git-tf commands series. But after that it gives me git-tf…
Aladdin
  • 61
  • 6
1 2 3 4 5
6