git-tf Questions

4

Solved

I'm trying to setup git-tf bridge on my windows work station. When I try to execute one of the commands it always shows message: Unable to find a required JAR: C:\my\path\to\git-tf/lib/com.microso...
Glyoxaline asked 25/11, 2015 at 12:0

3

Solved

I want to import TFS repo to git and clone into my local machine and I am using git-tf. Below my code:- git-tf clone http://server:8080/tfs/DefaultCollection $/SampleProject D:\TFSRepoName I want t...
Scutch asked 16/10, 2017 at 7:41

3

Solved

I am the admin for my company's TFS2012 server. I have gotten GIT-TF working for myself, however the other developers at my company are having permission problems. They have access to the project i...
Distribute asked 7/10, 2013 at 13:21

3

Solved

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 man...
Larue asked 12/10, 2012 at 20:44

4

Solved

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 ...
Lowery asked 18/2, 2013 at 9:39

1

How can I tell Git to truly not care about line endings? To leave them as LF or CRLF, as they originally were, and check them in the same way? I'm using a Git repository with git-tf to check in to...
Futtock asked 19/3, 2014 at 17:10

2

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 hav...
Teleview asked 13/2, 2013 at 17:25

0

In our company, git is not supported, only TFS is. In my team however, we all use git and before using git-tf we were using git-tfs. A few days ago me and another colleague decided to give git-tf a...
Bandmaster asked 15/2, 2014 at 14:38

1

Solved

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 http://tfs20...
Babism asked 23/4, 2013 at 2:58

1

Solved

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 ...
Divot asked 20/3, 2013 at 20:20

1

Solved

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...
Ossa asked 5/2, 2013 at 9:38
1

© 2022 - 2024 — McMap. All rights reserved.