Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
3answers
11k views

How can I completely remove TFS Bindings

I have a solution that contains a good deal of projects, I would like to remove the source control bindings completely, how can I do this? Update: What I really want to do is move one solution and ...
5
votes
2answers
2k views

Source control binding status is invalid: Visual Studio 2005 and VSS

I had my VB.NET project and associated solution (developed in Visual Studio 2005) in Visual SourceSafe. Recently started working with another developer and needed to clean up. Somewhere along the ...
3
votes
1answer
222 views

Visual Studio - Projects from multiple source control providers?

OK, this has got to be a common problem. I hope one of you geniuses knows a solution! The problem I'm trying to solve is this: We use a lot of code from various public sources, and cannot easily ...
3
votes
1answer
449 views

How to remove TFS bindings from a Codeplex project

I have a couple of projects hosted on Codeplex. Since I didn't really have a clue about anything but TFS when I created them, I used that. But, now I have gotten more comfortable with TortoiseSVN and ...
2
votes
1answer
177 views

Visual Studio 2010 Team Foundation Server Source Control Issue

Source control is acting wierd. Here is the scenario: I had to reformat my computer. I backed everything up first, then blew it away. All of my backup is located on a virtual harddrive on the ...
1
vote
1answer
100 views

ClearCase Integration with Visual Studio

I'm trying to open a project source controlled by IBM ClearCase, but it gives this message to me: The project '[MyProject]' is under source control. An error occurred registering this project with ...
1
vote
3answers
330 views

TFS: Removing leftover custom mappings after moving folders

I have a workspace where I want the repository root mapped to a particular folder (e.g., $/ mapped to D:\Home). This then picks up the default "natural" folder structure in the repository without ...
1
vote
1answer
346 views

ankhsvn: repository gotten folded internally

I've been using AnkhSVN with VS2010 for development of several projects ("solutions"). For a while my commits have been going fine. But recently, Ankhsvn has changed my repository to one of my ...
1
vote
2answers
586 views

TFS - Rebinding solution to new TFS when prior TFS no longer available

The prior instance of TFS I was using is no longer available and I have a test project I want to bind to the new instance of TFS. However, when I try to add the solution to source control, the error ...
1
vote
0answers
76 views

keyboard gets locked when editing source controlled files using Visual Studio 2008

I am facing a strange issue with editing source controlled files (especially aspx files) using visual studio 2008. when I check out and edit the file, I can edit fine for few seconds and after that ...
0
votes
2answers
136 views

TFS 2010 add solution to source control not working

I'm facing a strange problem: I have a new installation of TFS 2010 on a test machine and I use Visual Studio 2010 Professional on a client machine. My client was before configured to be connected ...
0
votes
1answer
171 views

In TFS how can I correct the links to work items on an existing changeset

After checking in a change-set into source control in VS2010 TFS, how do I make corrections to the work items associated with the check-in. For example if I realize there was another work item that ...
0
votes
1answer
2k views

TFS Get Specific Version, Type Label delete all files that are not included in current label

We have situation where make label with 4 files (lets say that all project consists from 10 files, so another 6 files are not placed in our new label). When do action Get Specific Version and for ...
0
votes
0answers
246 views

TFS, subst, Visual Studio 2010, relative paths

My TFS workspace is at C:\Users\...\MyProject, which I have mapped to X:\ using Windows subst command. In my Visual Studio 2010 solutions, this works fine for most of the projects. Only 2 of them are ...
0
votes
2answers
547 views

Move a project to a different Team Foundation Server

I would like to know if there's a way to move a project in one Team Foundation Server source control to a different source control on a separate Team Foundation Server? I don't want to have to copy ...