git-tfs Questions

1

Solved

I'm trying to clone a GIT repository in TFS using git-tfs using TFS 2013 git tfs clone http://servername:8080/tfs/DCM "$/Python" Gives me: error: the path $/Python you want to clone doesn't exi...
Araiza asked 10/1, 2018 at 22:3

3

Solved

We are trying to migrate away from TFS. Using the git-tfs tool, we were able to migrate parts of the existing repo, but it crashes at certain troublesome checkins. We have been able to make a patch...
Sitology asked 21/12, 2017 at 16:18

2

Today we have all our source code on our local TFS server. Now we want that some external parties can access a portion of the code. We therefore looking at the possibility that e.g. Clone this code...
Allene asked 21/11, 2013 at 9:54

1

Solved

How do you use git-tfs to mirror/copy an existing Git repository to a NEW TFS 2010 TFVC repository? The existing Git repository was NOT cloned from TFS. I need to move the source code from our ma...
Aldaaldan asked 31/10, 2016 at 19:48

2

Solved

I am trying to migrate a TFVC project to Visual Studio Online git repository using git-tfs. Everything works fine for the migration however now whenever I try to sync using Visual Studio 2015 I get...
Vespiary asked 26/1, 2016 at 17:18

2

We are using TFS as main source control and I would like to use git as a "frontend" together with git-tfs rcheckin command but I have problems importing my repositories into git. I have a two proj...
Oldest asked 17/9, 2014 at 8:44

2

Solved

I am trying to clone a TFS repository using git-tfs. It works great with TFS projects that don´t have a space in the name, such as: git tfs clone http://tfs:8080/ $/TeamProject/folder But I als...
Parisi asked 7/2, 2012 at 9:29

3

I'm trying out git-tfs, and I'm trying to unshelve a shelveset by running the following: git tfs unshelve "Shelveset Name" shelf I'm getting the following error: A shelved pending change on a f...
Bard asked 24/3, 2013 at 14:10

1

Solved

I have a Git repo that has a lot of commits and separate code, say /Proj1 I also have another Git repo that has 1 commit in it that is not a common commit, /Proj2 How can I merge the two repo...
Aplenty asked 16/10, 2015 at 3:50

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

Solved

I'm trying to migrate a TFS repository to git, but I've run into an issue. Looking at the history of this particular repository in TFS, it looks as though the parent was copied into a new TFS repo...
Borchert asked 24/3, 2015 at 0:34

2

Is there any way to migrate a git repository to TFS with all it's history like versions, branches and push messages? Now the source is on Github and I want to migrate that to my local TFS repositor...
Assertive asked 24/12, 2013 at 7:54

2

Solved

My team transferred our tfs from an old server to a new one a little bit ago. We are using git tfs to manage our local changes and to push them into tfs. However I am running into an issue when I...
Corbett asked 8/11, 2012 at 20:50

2

So I've upgraded to VS2013, hopefully for all development. One thing really irks me about it though. My team uses TFS, and I prefer git, so I use git-tfs to bridge the two for source control. We us...
Bezique asked 18/11, 2013 at 20:8

1

Solved

I'm using Visual Studio 2013 with the new built-in Git support. Our project is managed in TFS 2010, but because of inertia/stubbornness, I use git-tfs for source control. I still use the TFS issue ...
Bharat asked 3/11, 2013 at 22:54

4

Solved

If there's configured binding of the solution with TFS, when you opening a solution VS asks you: --------------------------- Microsoft Visual Studio --------------------------- Go Online This sol...
Kosel asked 21/7, 2011 at 17:55

3

Solved

Well, I started this topic mainly to share the experience I had with git-tfs recently with the community. If anybody has anything else to share - it will be helpful for me as well.
Incapable asked 16/6, 2011 at 19:48

3

Solved

I recently started using git tfs as a bridge between working and committing locally with git and then comitting to tfs to go through our continuous integration system and share with team members. ...
Shrift asked 14/10, 2011 at 0:42

3

Solved

I'm using git-tfs, and I was wondering if it is possible to merge two TFS branches using git-tfs. I have two branches $/MyCompany/Dev & $/MyCompany/Release-3.3. Release-3.3 originates from the ...
Zoography asked 19/12, 2011 at 10:13

4

Solved

Currently, the only way to install the Git-TFS bridge is through Chocolatey. When I tried it, however, it appears to install Git (for Windows) along with the actual Git-TFS package. I already have ...
Nadenenader asked 5/6, 2012 at 0:1

3

Solved

How Do I Use git-tfs Idiomatically? The git idiom is to check out branches to the root directory of the repository. Checking out a branch will replace the contents of the directory with the conte...
Halflight asked 26/2, 2011 at 21:47

1

Solved

At work we use TFS, and I'm trying to get the Git-TFS tool to work so that I have more flexibility when working with local commits before pushing them to our TFS repo. I have this working, but whe...
Laplante asked 4/7, 2012 at 18:17

2

Solved

I installed gittfs using cinst gittfs How do I now remove the gittfs package?
Jecoa asked 27/4, 2012 at 15:50

2

TFS has a funny habit of mixing up case in folders. For example, some developers might check in $/FooBar/readme.txt while others may check in $/Foobar/readme.txt. Is there anyway to force TFS to t...
Krystalkrystalle asked 19/3, 2012 at 19:19

© 2022 - 2024 — McMap. All rights reserved.