Tagged Questions

1
vote
1answer
39 views

Should I add the vcxproj.filter files to source control

While evaluating Visual Studio 2010 Beta 2, I see that in the converted directory my vcproj files have become vcxproj files. There are also vcxproj.filter files alongside each project which appear to …
0
votes
0answers
12 views

How does one make a source folder project to be “public” in ProjectLocker?

When creating a new project in ProjectLocker, by default it makes the project private, and you have to explicitly add people to the project. What if you simply want to make the project public. Seems …
0
votes
1answer
32 views

How to work unbound in VS2008 when the solution is.

Scenario: Solution is bound The team prefers to work bound I want to work unbound. To that end, in Tools/Options/Source Control I set the current source control plug-in to None. However, when I …
2
votes
2answers
73 views

How to setup source control with multiple products all dependent on a single class library

I am the CTO and sole developer for my company. I'm getting ready to hire our first developer and possibly a second within the next 6-12 months. I'm embarrassed to say that I've never used source code …
0
votes
2answers
129 views

How to use CVS in TestComplete ?

Please, tell where to find free SCC provider for CVS. Because TestComplete, as i have understood works only through SCC. Thank you.
3
votes
8answers
305 views

What third-party/hosted source code management service do you use?

There are many services offering hosted code repositories and version control, some are completely free like Sourceforge, Google Code, Codeplex, others offer paid services for private code like …
2
votes
2answers
679 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 …
2
votes
2answers
504 views

Perforce integration with visual studio without project files being checked in to perforce

I am working on a large source base (approx 15K files) decomposed into about 25 projects. I want to keep the source in perforce (and am evaluating perforce to that end) but due to complications in the …