Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
509 views

Incorrect states on TFS 2008 Project Files

I have a project stored in TFS Source Control (2008) that is being worked on by 2 developers. All 3 versions (Developer1, Developer2 and Server) are up to date with each other. However, both ...
3
votes
1answer
45 views

Search through git revisions for method call

We have a function in our code which isn't being called, but should be. We know it was being called in a version of our software released about 2 years ago. So at some point in the past few thousand ...
2
votes
1answer
156 views

Viewing every single TFS changeset?

I am trying to view every single changeset in my project's history... at least the last 1000, say. So I ran the command: tf history $/MyProject /recursive /format:brief ... at the VS command line. ...
2
votes
2answers
2k views

Visual Studio 2008 Source Control Explorer with Subversion

I usually use Visual Studio Team System 2008 Source Control Explorer with TFS, but I'm considering using Subversion for some small projects, can I make use of the already installed Source Control ...
1
vote
1answer
150 views

gitk equivalent of git log --follow <full path to file>

So I have a file called one.txt that I have been modifying over the years on master branch. gitk one.txt will show the entire history of that one particular file. However after I changed one.txt => ...
1
vote
2answers
28 views

Which Version Type to choose when Reverting Back/Forth in Code Versions? +TFS VS2010

My one and only coworker left a couple weeks ago, and I now have to Merge everything together creating a baseline work environment for my new developer and I. My previous coworker had done most of the ...
1
vote
5answers
80 views

Using SVN, is there any way of warning a group of all files commited? (Tortoise SVN, to be more especific)

I'm new to all of this version control world and I wanna know if is there any option/add-on in TortoiseSVN, to add a icon or something to files which had been commited/updated into my SVN server.
1
vote
1answer
374 views

How to TFS-unmap without losing physical files?

At the moment when unmapping a source on TFS Source Control in Visual Studio 2010, the local downloaded files are removed automatically. How can I keep them untouched? Nam.
0
votes
3answers
568 views

TFS source control without Visual Studio?

Is it possible to use TFS source control without Visual Studio? I have to put some files in some source control, those files are stored in a folder in some server, that is something developed in ...