`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.
0
votes
0answers
18 views
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 : " ...
1
vote
1answer
10 views
Cache TFS login credentials for git-tf
I use git and git-tf at my job, but every time I perform any command with git-tf I have to enter my login credentials. Is there a way to cache my TFS login credentials for git-tf so I won't have to ...
1
vote
1answer
106 views
Is it possible to associate TFS work items when using git-tf
I am using git-tf and am finding that after checking in my changes to TFS I end up having to manually associating these changes with TFS work items. I see the --work-item option in the documentation ...
2
votes
1answer
82 views
Git-TF push all changes to another TFS repository
I cloned TFS repo to my local Git and then tried to change TFS remote to another repository to transmit all the changesets to it using the following commands:
git tf --force configure ...
2
votes
1answer
93 views
TFS with mac os
I have to use TFS for my Mac machine for iPhone app development. So that I have used the following step as from the Git-TF_GettingStarted.html
Extract the contents of Git-TF-Release-Preview.zip to a ...
0
votes
1answer
84 views
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 ...
0
votes
0answers
97 views
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 ...
8
votes
1answer
229 views
Sidekiq worker is leaking memory
Using the sidekiq gem - I have sidekiq worker that runs a process (git-tf clone of big repository) using IO.popen and tracks the stdout to check the progress of the clone.
When I am running the ...
0
votes
1answer
113 views
git-tfs one checkin for multiple tfs projects
At my work, we have a number of separate TFS projects that are combined together to form our Visual Studio solutions. These separate TFS projects are maintained so that we can reuse code across ...
0
votes
0answers
52 views
Cloning large repo from TFS fails with `Read timed out`
I've tryed to clone large repository using command git-tf clone --verbose http://myserv:8080 $/Repo --deep, but got an error Read timed out after ~2000 changesets. How can I avoid this and clone the ...
2
votes
1answer
98 views
Git repository and TFS repository
Once upon a time we had a TFS repository. We wanted to move to Git. At the time we took just the latest working version, copied that to a new git repo and started working on that.
However due to ...
2
votes
2answers
364 views
Associating git commits with Team Foundation work items
Context
A GitHub Enterprise installation used for development. Every developer has his own public repo, and the organization has the authorative repo. Pull requests are used for code reviews, and we ...
1
vote
1answer
234 views
git-tf how do I avoid specify my credentials every checkin
My question is exactly the title.
Every time I run the command git-tf checkin in my command prompt when its connecting to TFS it asks for my username and password. How can I avoid this?
Either have ...
0
votes
0answers
67 views
git-tf issue when cloning repo
I am getting "git-tf: file must not be null" when i am trying to clone a repo from tfs. Not sure what this is really trying to tell me. Any help on what might be the root cause for this? Thanks.
0
votes
1answer
141 views
Revising git repo history to become linear
We need to generate a TFS repository from a Git source code base, we would like to preserve the original commit history, so I tried to use Tf-Git "git tf checkin --deep" command that is supposed to ...
3
votes
1answer
114 views
best way to promote git local repository (cloned from) to origin to use with git-tf
I'm using Git-tf to (obviously) skip TFS and be able to work offline and avoid the readonlys and all that tune ...
Now .. I started cloning the tfs project in to lets say drive D: then I cloned again ...
5
votes
1answer
286 views
How to Change Git-TF checkin message format
Does anyone know how to configure the auto-generated message that is created on a git-tf checkin command to TFS?
I would like to have more control over that to allow for adding a comment during ...
3
votes
2answers
274 views
Limitations to consider when using git with TFS via git-tf or git-tfs?
What will I actually miss if basing my source code handling on TFS (to get all the integration and reporting etc) but use git-tf or git-tfs locally?
Will I then be able to use the complete git ...
1
vote
1answer
120 views
Git-tf commands throwing Exception in thread “main” java.lang.UnsatisfiedLinkError
I noticed after recently upgrading to mountain lion all git tf commands such as git tf checkin throw the following expection:
Exception in thread "main" java.lang.UnsatisfiedLinkError: ...
3
votes
1answer
235 views
git-tf: checkin a commit which moves a file from a folder which is to be deleted
I'm running into a problem checking in a particular commit using git-tf. The problematic commit involves moving (renaming) a file which is a child of a folder which is to be deleted. Apparently this ...
1
vote
1answer
114 views
git-tf checkin Exception in thread “main” java.lang.StackOverflowError
I am trying to take an existing git repository and check it in to TFS Preview using git-tf, and I am getting an error when I try to do the check in. Here is what I have done so far.
git clone -b ...
9
votes
2answers
1k views
What's the difference between git-tf and git-tfs?
I've recently been getting really fed up with TFS. I've heard that there is a light at the end of the tunnel though. Apparently I can use either git-tf or git-tfs and treat my code as if it was ...
1
vote
1answer
388 views
Git-tf thowing permission denied over VPN
I'm trying access our TFS server when VPN'd from home but it only gives me the following message:
Connecting to TFS...
git-tf: Permission denied: connect
I'm using a fully qualified URL and ...
0
votes
1answer
673 views
Stuck on setting up git-tf for OSX Mountain Lion xCode - TFS integration
I have been trying to follow the instructions (Git-TF_GettingStarted.html) to set up git - tf integration from xcode to TFS 2010
I think my problem is setting up the path variables correctly.
I am ...
0
votes
0answers
105 views
git tf autosquash exception
I am trying to push a git repository to tfs and it has multiple branches on it. I get a stackoverflow error with the deep checkin. Looks like a recrusive call fail. Is there a workaround?
git tf ...
1
vote
0answers
217 views
Understanding why git-tf sometimes fails on pull --deep --rebase
Background: I've just started using git-tf after being extremely frustrated with the wait times pulling down a TFS project with 50+ branches (and so many other reasons). Not a git user previously, so ...
3
votes
2answers
198 views
How do I use Microsoft's Git-TF 1.0 when TFS is not on-premises
Following the post
Using Git in a TFS shop,
Reading Brian Harry's blog on msdn:
http://blogs.msdn.com/b/bharry/archive/2012/08/13/announcing-git-integration-with-tfs.aspx and
Having gone through Ms ...
0
votes
0answers
78 views
How to pull down a specific folder with Git-Tfs?
Possibly due to me doing a quick clone, one of the folders in my TFS source was not pulled down (a tools directory). How do I pull down that specific folder with Git-TFS? I'm thinking adding the ...
2
votes
1answer
489 views
Does git-tf allow merging remote branches? What about Cherry-picking?
We maintain multiple TFS branches in our release cycle. The current process is to cherry-pick changesets from the WIP branch into a Test branch when user stories are completed.
I am mostly curious ...
2
votes
1answer
172 views
Strange error in Git-TF
I'm trying to pull changes from Git into TFS. Getting this error:
git-tf: User config file C:\Users\Administrator.gitconfig invalid
org.eclipse.jgit.errors.ConfigInvalidException: Cannot read file
...
3
votes
1answer
483 views
Git-tf checkin fails: commit [commitid] has multiple parents. Using --deep option to create history in TFS
It appears that neither --deep or --shallow seem to work. I am getting an error when attempting to do a git-tf checkin --deep to a new folder (currently empty) in TFS. I have a git repo with quite a ...
3
votes
3answers
464 views
Unable to execute git tf command
I just setup git-tf, but I'm running into an issue.
Here's the error I'm receiving:
> git tf help
line 23: exec: cmd: not found
fatal: 'tf' appears to be a git command, but we were not
able to ...