Tagged Questions
0
votes
0answers
53 views
TFS and Configuration Management
I am working with a system that spans several servers and is very configuration heavy (lots of settings in .Config files for .Net components and lots of .Properties files for Java components) There ...
0
votes
0answers
59 views
How to best approach moving files between projects in TFS 2010 while maintaining changes to original files?
How to best approach moving files between projects in TFS 2010 while maintaining changes to original files?
I have a situation where I have an asp.net mvc 4 project that uses views and controllers ...
1
vote
0answers
82 views
TFS 2010 - VersionControl.config is not valid and cannot be loaded
Recently, we experienced a strange problem with TFS 2010. We spent a few days before we figured it out. Just want to share my knowledge on the problem that might help other people.
It was working ...
0
votes
3answers
62 views
how to stop checking out automatically in tfs when source is edited in VS 2010
I am new to tfs.
I am checking out a file by right click and check out in solution explorer.
But if try to alter the any file it is automatically checking out.
how to prevent this ?
And i need to set ...
1
vote
2answers
81 views
My edited files not appear in TFS's Pending Changes window
I am using VS2010's TFS and have this problem: after 'Get latest version', and try to edit the file, it does not appear in Pending Changes window. I have to use the option 'Check out to Edit' for ...
0
votes
0answers
27 views
conflicts window in vs2010 missing options
I'm working with vs2010 and mange source control in tfs.
Until recently when i toke the latest version from the server and there is a conflict between the sever code and the local code there is an ...
1
vote
1answer
280 views
TFS express edition - installing on a server or local machine?
This is how we have TFS express edition set up among 5 developers. We have our lead programmer install TFS 2012 Express edition on his machine. That comes with an install of SQL Server Express 2012 ...
2
votes
1answer
651 views
Add existing folder to Team Foundation Server 2010 that already exists for other Team Foundation Server 2012
I am workign with a central Team Foundation Server (2010) and I connect to it from my workstation. On my workstation I use both Visual Studio 2010 and 2012. I have installed both have the Team ...
0
votes
0answers
29 views
Figuring out what files were updated/deleted/added during a TFS Get()?
I have written a COM server using the TFS C# api so that I can integrate TFS into a C++ app I am developing.
I have written some code to initialize a VersionControlServer and also a Workspace. I ...
1
vote
2answers
80 views
determine who has what files checked out
In TFS 2010, how can I figure out which user has what files checked out?
This question excludes going folder by folder looking within each one.
1
vote
1answer
44 views
Using different source control providers with different instances of Visual Studio
I'm in a situation where I need to merge multiple branches of a codebase, one from TFS and one in held by git, into git. But it seems that two instances of VS share a single setting for source code ...
2
votes
2answers
160 views
Importing checked out files on TFS from one machine to another
I have new files added on TFS and some other checked out but on my older workspace. Now my machine is changed and I want to have those files on my new workspace.
Is there any way to have these changes ...
1
vote
2answers
544 views
VIsual Studio 2012 with TFS 2010 create workspace from template
Having recently upgraded to VS2012 I recently had to connect to an instance of TFS2010 and cant now create a workspace mapping from a template. It used to be available via the team members node in ...
4
votes
1answer
57 views
How to know who checked-in on behalf of another user (using /author)
In TFS2010, one can checkin on behalf of another user (assuming he has permission to do so):
> tf.exe checkin (...) /author:OtherUser
Checkin history shows OtherUser as the user who made the ...
2
votes
1answer
142 views
check out files in TFS 2010 changeset
We are currently use TFS 2010 source control. I have a change-set that I want to rollback but I want to checkout all the included files and shelf them before checking in the old code. Does anyone know ...
1
vote
1answer
120 views
TFS 2010 suddenly thinks ALL changesets need to be merged again
We have the standard basic TFS 2010 branches setup - Dev <-> Main <-> Release.
We've merged up and down the chain multiple times over the past several months with no issues.
A couple of weeks ...
2
votes
1answer
109 views
Branch per promotion tradeoffs in TFS
Suppose we have a big TFS 2010 project with three branches: MAIN, TST and PRD.
The strategy is: whenever a Sprint finishes MAIN is copied/merged into TST. Whenever TST is deemed stable it is ...
0
votes
1answer
89 views
How I can use TFS Source control for my multi solution brown field project
I want to use TFS source control for my brown project. My project has many solutions. One solution depends on another solution. I have module like following.
BusinessERP.Sales.sln
...
0
votes
0answers
38 views
TFS list files with only comment changes
In a project I'm working on there is a bit of auto generated comments. There are 2 annoyances with this. 1) Sometimes I want to undo the comments I auto generated and 2) When merging to another branch ...
0
votes
0answers
64 views
TFS2010 workspaces get corrupt after unshelving Rename+add
We use TFS2010 source control, gated check-in and build services. To save time, we use incremental build (Clean Workspace = None).
Recently, a developer did the following in his Visual Studio 2010:
...
1
vote
2answers
208 views
How can we enable multiple checkout in TFS 2010 only for one file in our project?
We use TFS 2010 as source control in our project. I disabled multiple checkout on our project and now I need to enable multiple checkout only for App.config file. Is it possible?
2
votes
4answers
75 views
Is it possible to compare two revisions of a file inTFS?
I'm a bit new to TFS. One common operation which is very easy with every other source control I've used is comparing two different revisions. Say you have 3 revisions. Revision 3 is my current local ...
0
votes
0answers
106 views
Continuous integration with Access 2003 .adp from TFS 2010… is it possible?
I have a project that uses an Access 2003 ADP for the UI. I've recently found out that by using the MSSCCI provider I can add this project in TFS and track changes do branching/merging. I would like ...
1
vote
0answers
129 views
Migrate TFS 2008 source code to TFS 2010
I want to migrate all the source code from a TFS 2008 server to a new installation of TFS 2010. There are no work items, reports or portal to migrate, only source code. We want to move to a new ...
2
votes
3answers
127 views
It's possible that Team Foundation Server Version Control support external repo like git
I'm investigate about ALM and Agile ALM, and I did worked with git, mercurial and subversion in the past.
Recently I was working with TFS and I have a question about if TFS suport like in git ...
1
vote
1answer
721 views
TFS Check-out Settings
The company I work for recently started using TFS 2010 for version control and we have had some active discussions on establishing a check-out policy. Currently, we have Multiple Check-Outs enabled. ...
0
votes
1answer
108 views
Creating a folder in TFS using scripts
is it possible to create a folder in Source Controller Explorer using scripts?
I need to move the updated files to a folder.
Thank you,
0
votes
1answer
109 views
Change log and version control with visual studio 2010 and tfs
Whats the right method of version controlling my product?
I am using TFS and visual studio 2010.
Currently I am working alone on my project, so its not a team management workflow.
I don't think that I ...
1
vote
2answers
251 views
How to port code from Perforce repository to TFS
I have inherited maintainence responsibilty for C# solution that is currently under source control in Perforce. I want to port the code to Team Foundation Server. Is there a painless way to do this, ...
2
votes
1answer
213 views
Version history of Sharepoint files in Visual Studio
I've integrated Sharepoint 2010 in our TFS 2010 - and access the documents via the "Team Explorer" in Visual Studio 2010. I can open and edit all documents (docx e.g.).
But I couldn't access the ...
0
votes
1answer
151 views
How to define global, common iterations for all team projects in TFS 2010
Background
I am working to update around 40 Team Projects in a single collection under TFS 2010. Each Team Project will use the same relative iteration paths to support common team queries, reports, ...
0
votes
2answers
70 views
Product and Unit Testing: same workspace?
For a long time we kept unit testing as a separate project/workspace that occasionally we attached to product project to run unit tests on the fly.
Recently we decided that the ability to run unit ...
0
votes
1answer
76 views
Why do I have to choose either local or server versions instead of merging (VS11/TFS2010)
I'm trying to figure out how to resolve conflicts that arose when I updated my local workspace with changes on the server side, and I'm pretty confused as to what's going on.
First, with one ...
3
votes
1answer
125 views
Annote changesets from source control in Visual Studio 2010
I use Visual Studio 2010 in combination with the Team Foundation Server 2010 and the Power Tools.
In my code files (eg. *.cs) I can right click in the editor and select "Source Control"->"Annotate" ...
5
votes
1answer
902 views
Move command disabled in source control
I currently have to clean up some sources in our TFS source control. For some reasons the move command is disabled in the menu for some folders. I was able to move other folders just fine.
Why is it ...
1
vote
1answer
73 views
Clearing special permissions from folders in a branch
We're a fairly large project with a single trunk branch. Most of it uses the default permissions, but a few folders have custom permissions - say, only "Builders" group is allowed to check-in.
We ...
2
votes
1answer
158 views
ReStructuring TFS Branches
We setup our branching poorly and now we want to fix it. We have projects where there are two or more branches that should be one branch (as in we always merge/branch all of them at the same time). ...
0
votes
2answers
122 views
How to delete current project and reuse the project name
I'm a self-confessed tfs newbie using VS2010 with team explorer. My application uses version control. I wish to rename my current project ProjectA to something else like ProjectA_01. Then after I've ...
5
votes
2answers
682 views
TFS 2010 : Check out file on open
I have a number of projects that include certain files that I use for creating block diagrams, etc. (*.graphml, *.doc, *.docx to be exact). While I have setup the files to 'open with' the appropriate ...
1
vote
1answer
298 views
“Get Latest” only on a folder, not recursively
Is there a way that I can "Get Latest" on a folder/branch by itself, without recursing through everything? Our source is a couple of GB, and I just want to basically have the latest version of the ...
3
votes
4answers
365 views
TFS messing with my workflow coding style.
I recently converted from Vault to TFS for C# coding (language probably doesn't matter) in VS2010. My workflow used to be as follows:
If I don't want to check a file out or the file is already ...
2
votes
1answer
90 views
What is the best way to manage switching programming tasks locally in Visual Studio?
My scenario is pretty straight-forward. I am working on a long assignment locally on my computer, working off of a code branch from TFS. Along comes the boss, and I need to push through a bug fix. ...
1
vote
1answer
306 views
TFS Merge by File Version
I posted a question a while back concerning the downsides to Merging individual files.
Is it okay to merge individual files from one branch to another
The answer posted said that I should do by ...
0
votes
1answer
194 views
How can I disable creation of source control in TFS 2010 when creating a new Team Project?
I've searched MSDN and this site (as well as a pile of web searches) and not found anything obvious ... I do see a similar question here about using an existing source control folder -- and the note ...
0
votes
1answer
195 views
Installing Team Foundation Server - Requirements
I'm Installing Team Foundation Server on my company's V-Sphere cloud.
And the IT department has asked my what are my system requirement for the virtual machines.
After reviewing the System ...
1
vote
2answers
289 views
TFS Add a folder but now the files or folder contained within it
I have a mapping as follows
$/Root/App/Folder
mapped to C:\Root\App\Folder
in C:\Root\App\Folder I have an existing folder called New that I want to add to source control but I don't want to add ...
2
votes
3answers
190 views
Forgot to shelve my code in TFS. What are my options now?
I made some code changes (in VS 2010), and did not check in or shelve my latest changes. Unfortunately, my laptop had a heating problem and I can't use it for another week (it's going for service). ...
3
votes
2answers
435 views
TFS 2010 project structure and getting the best out of it
we recently decided to move to TFS 2010. we would like also to improve our source control structure and projects structure.
here is the structure the team agreed on:
|OurCompanyName (or common ...
10
votes
3answers
1k views
Large Files in Source Control (TFS)
Recently at the office we have been talking about placing large files into our TFS repository. The files themselves are XML, usually 100-200MB in size, and sometimes as large as 1GB. We use them as ...
0
votes
1answer
878 views
Is there a way to “View Pending Changes” in TFS from the Source Control View in VS 2010
We have 3 branches: Main, Dev, Release.
If I do my work in Dev, then want to merge the changes, I first Check-In my Dev project. Then I go to the Source Control View and first merge Main into Dev ...


