Questions tagged [source-control-bindings]
40 questions
2
votes
2 answers
P4VS Source Control Binding Error On Startup
I'm developing a C# solution in Visual Studio 2013 under Perforce source control (P4VS plug-in). When I first load Visual Studio I can perform a connection to my perforce depot no problem. Then I select "Choose Solution/Project in Perforce Depot" to…

Freestyle076
- 1,548
- 19
- 36
1
vote
1 answer
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 projects, so that what should be a child project now…

viejo
- 123
- 1
- 10
1
vote
1 answer
VS 2017 - TFS source controlled projects keep getting converted automatically to Git source controlled projects
I have existing projects source controlled by TFS that I have done check-ins on, then when I do a check-in all of a sudden it’s source controlled by Git and it creates a local git repository for it and I can’t get back to my TFS source control.
How…

Tyson Gibby
- 2,590
- 2
- 18
- 37
1
vote
0 answers
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 always linked (absolutely!) wo the C:\Users\...…

Matthias Meid
- 12,455
- 7
- 45
- 79
1
vote
1 answer
SSMS: Database could not be detected as it is linked. Make sure that the user has linked a database to source control
My colleague has tried RedGate's product "Ready Roll" on our database which is also linked to Sql Source Control (also RedGate). After he uninstalled Ready Roll, none of us (him nor the rest of our team) can alter any stored procedures or make…

Louis Somers
- 2,560
- 3
- 27
- 57
1
vote
1 answer
Project in VS2010 unavailable and can't reload
I've been trying to load a project from a SourceGear Vault Client that has a plug-in for Visual Studio 2010. After selecting the solution file, the solution explorer populates with the associated projects but appends (unavailable) to the end of each…

charwayne
- 103
- 1
- 3
- 18
1
vote
1 answer
Why do source control entries keep getting added back to my .sln file?
I was able to finally get a legacy ASP.NET project to run which I have been tasked to maintain. A question about it and my tentative auto-answer is here.
In a nutshell, it seems one of the things I needed to do to get it to run was to clean out the…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
1
vote
1 answer
Remove TFS Bindings without a hack
I have a 2013 Visual Studio Web Project which was in source control. It has been detached for some time and now I want to move it to a completely new TFS server but when I do it errors and complains expecting certain folders to exist. I think this…

Shumii
- 4,529
- 5
- 32
- 41
1
vote
2 answers
I am trying to change the source control binding for a project, it was previously bound to a folder in tfs but I want to bind it to another.
I have unbound the project and then hoped to re-bind it to a different directory within tfs but it only rebinds it to the same location and does not let me edit that location. I have deleted the suo file within the project and tried to add it to…

S Schiller
- 11
- 1
- 2
1
vote
1 answer
Unbind solution from source control
In my VS Professional 2013,I copied and pasted a solution from the source control workspace to my desktop but everytime I open the solution I get these messages:
The mappings for the solution could not be found.
The mappings for the solution could…

Carlos Siestrup
- 1,031
- 2
- 13
- 33
1
vote
1 answer
Remove local path without setting new local path
I configured by mistake a local path in my workspace for a project in tfs at the project level. But I wanted this mapping only for subfolders not for the project level.
So I edited my workspace and removed the mapping and now it is not mapped.
I…

Gerard
- 13,023
- 14
- 72
- 125
1
vote
3 answers
HowTo: change a project's status from `Invalid` to `Valid`?
With respect to Team Foundation Server's (TFS) source control... how do you change a project's status from Invalid to Valid?
Background
We are in the process of reorganizing several solutions & projects in TFS. In this case:
A Branch operation was…

Pressacco
- 2,815
- 2
- 26
- 45
1
vote
1 answer
VC++ VS2013 project not compiling after moving from non- version control folder to a version control folder
Hi I've a a solution (VS2013, vc++) which has 4 projects (*.vcproj) &
each of them being a EXE project. This is saved in a non-source version
control location in my win8 machine:: Say in
"Documents/NoSourecControlFolder/"
All the projects…

codeLover
- 3,720
- 10
- 65
- 121
1
vote
1 answer
How to make some file donot be needed to be checked in on TFS
I have two questions,
When you create an Asp.NET web project (mvc or web forms), Next to the project folder another folder (Packages) for dependent assemblies is created. Do I need to check in these files?
If you don't want to check in some kind…

user217648
- 3,338
- 9
- 37
- 61
0
votes
1 answer
What's the use of binding in TFS
I got the latest version of a Visual Studio solution on TFS. But when I try to open the solution in Visual Studio I get the following message:
Source Control
The solution you have opened is under source control but not currently configured for…

Persian Brat
- 394
- 2
- 13