Team Foundation Server - Version Control,55
Recent update: 2008-3-21

Date Time Field in Source Control Explorer

339 byte By BryanNate at 2008-3-7
One thing I really miss is a date time modified field next to the files in the source control explorer. In VSS I used this all the time to find files that have recently changed. Or just to know if a file was really old. Is there any way to add fields in the Source Control Explorer for TFS? ...

Changeset Rollback Problem ..

760 byte By jamil at 2008-3-6
Consider the following scenario: After Changeset #1line 1: nothingline 2: nothingline 3: nothing After Changeset #2line 1: Hello World line 2: nothingline 3: nothing After Changeset #3line 1: Hello Worldline 2: Hello Planet line 3: nothing After Changeset #4line 1: Hello Worldline 2: Hello ...

BisSubscribe vs TfsSubscribe

376 byte By jamil at 2008-3-5
Will the event subscription tool continue to be called "BisSubscribe" .. ? I heard earlier in the forum that it was going to be changed to "TfsSubscribe" .. ? Thanks in advance. ...

Customizing the Check-In Event Email ..

477 byte By jamil at 2008-3-3
In Beta3, the file " http://tfs/services/v1.0/Transforms/CheckInNotification.xsl" could be modified to create custom emails for check-in event. In RTM, this file seems to have been changed significantly. What is currently the recommended way to customize the email for check-in event ? ...

Lock level of file superceded by check out

1328 byte By curedone at 2008-3-1
When check out operation is performed on file, the lock set will be that of the check out option specified. It may lead to some not entirely obvious consequences. Obvious example1) No lock on file prior to check out2) After check out is performed with lock option other than ...

When do reverse deltas take place?

1531 byte By fbiots at 2008-2-28
The TFS FAQ mentions that the server creates "reverse delta" of both binary and text files "asynchronously as a background task". I'm unable to find any other information on how or when this reverse delta creation happens, what factors affect how long it takes, and if it can be controlled. Is ...

Set the default lock type to "check-in - Allow users to check out but prevent them from che

410 byte By lpasquali at 2008-2-27
Hi, in one of ours team project we allow multiple check out but we want the defaut lock type to be initialize with the third option : "check-in - Allow users to check out but prevent them from check-in". Where/How can i set this default option ? FI : Microsoft Visual Studio 2005 Team ...

checkin policy question

376 byte By dealkk at 2008-2-26
i have a solution. with 3 project (p1,p2,p3) now a developer1 modified and also add more file to p3 user developer1 add p4 to solution and reference p3. developer1 compile and it work fine, but developer only checkin p4 but not p3. other dev get lastest and will fail. is there any kind of ...

get lastest problem (didn't get all file)

141 byte By dealkk at 2008-2-25
I have solution with multiple project. for some reason one of the project didn't get all the file. what the reason for this? can it be fix?

Team Foundation item missing from Tools menu

396 byte By eLeeL at 2008-2-24
I do not see the Team Foundation item in the VB6 Tools menu after installing MSSCCI 1.0 provider. We downloaded the msi package today. This is the first installation of the MSSCCI provider - no previous Betas were used. I have already installed .NET 2.0, the Team Foundation client and VB6SP6. I ...

Team Explorer Bug - Get Latest on Check-out

279 byte By JerryNixon at 2008-2-23
I consider it a bug that Team Explorer does not fetch the latest version of a file when the client selects to check it out for edit. There should be at least an option in settings to enable/diable this. Editing out-of-date files is getting old. That's my 2 cents.

VS2003 + Visual Source Safe upgrade question

555 byte By MichaelDraisey at 2008-2-22
Hi, I'm in the process of looking at upgrading our development environment. We currently run Visual Studio .net 2003 Professional Edition and use Visual Source Safe for source control. What version of Visual Studio 2005 should i be looking at and what is happening with Visual Source Safe? Is ...

A branch has been deleted but tf get still gets files in the branch

2738 byte By stegus at 2008-2-22
As you can see below the Code-Iteration-1 folder has been deleted C>tf dir "$/System" /folders /deleted$/System:$Code$Code_CI_1$Code-Iteration-1;X104$Documentation Code-Iteration-1 does not show in the Source Control explorer in VS2005 But it shows in tf dir: C>tf dir ...

What's become of the Team Foundation Power Toy (tfpt.exe)?

324 byte By CarlDaniel at 2008-2-21
I can find lots of references to the powertoy, but they all appear to be quite old, and refer to the version of the powertoy from the beta 3 timeframe. Does that old version still work with the RTM services, is there a newer version somewhere, or is the RTM-compatible version lost in the ...

Using Team System for doc management?

258 byte By CarlaOR at 2008-2-20
Does anyone have experience using Team System to version and manage objects like Word documents (e.g., design specs, test plans, etc.) in addition to source code? Pluses/minuses? Would you recommend doing this based on your experience? Thanks.

Exception when using MSSCCI provider 1.0 in VS2003

135 byte By ChristopherColombus at 2008-2-20
i am getting an error when trying to connect to TFS server some kind of exception System.Net.ICredentials... any idea why ?

Accessing workspace on multiple computers

235 byte By mpswaim at 2008-2-19
I have two computers that I use for development, my home machine and my work machine. Is there any way that I can sync my changes on on machine with the server, and then get them from my other machine without checking them in?

Lock Binary Files on Checkout

352 byte By simdoc at 2008-2-18
Is there a way to force a check-out lock on binary files when they are checked out? Since you cannot merge these files, wouldn't it make sense to automatically lock them on checkout? Seems like disastrous consequences are looming without this capability since someone will check their changes ...

Error when merging in TS

370 byte By ThomasSkovsende at 2008-2-17
When doing a merge I get the following error:TF14087: Cannot undelete '$/BrandShareProduct/BD Branch/Services/TemplateService/TemplateServiceInternal/EmailTemplate/EmailTemplate.cs' because not all of the deletion is being undeleted.Something is definately wrong - but before i elaborate, I ...

Branching, Label, Merging - examples.

204 byte By Peds at 2008-2-16
Hi, I'm fairly new to TFS, so was wondering if people could give some practical examples of when I would want to , or need to create a branch, Label and Merge ? regards, Peds

Trouble checking out *.csproj.vspscc from TFS after migrating from VSS 2005

807 byte By RolfEleveld at 2008-2-15
I have succesfully migrated my VSS 2005 database into TFS. However I had to unbind the sources from the old VSS 2005 locations and bind them to TFS. This removed the not-in-source-control listing of some files. So I tried: 'Exclude <item> from source control' on these and I seem not te ...

Disconnected modified files

1733 byte By BobMorley at 2008-2-15
The biggest reasons we are not switching over from VSS to VSTFD have to do with working on files is disconnected mode, sluggish performance and multiple file comparisions. Perhaps you can address some of our issues 1. If I am disconnected from the source control and I have modified project ...

distributed development environment

975 byte By psudame at 2008-2-15
Background: We have a distributed development environment and some development is outsourced. We have all the code in team foundation source control. The offshore team does not have access to the server due to firewalls. They ship us the code and we need to merge it into our source control. ...

Mapping a local folder to more than one source control folders

1072 byte By voko at 2008-2-15
Hi Everybody, I'm a little bit confused about a restriction in TeamSystem Version Control I can't map a local folder to more than one source control folders. Example: I use a workspace 'CurrentVersion' with a Source Control folder $/MyProject mapped to a local folder d:\MyProject. Now ...

Msscci and sprax enterprise architect

917 byte By CunoEvertzen at 2008-2-15
As Iwanted our UML modelling tool Enterprise Architect (Sparx: www.sparxsystems.com.au) to support versioning on our Team System Foundation Server we downloaded version 1.0 of the Visual Studio Team Foundation Server MSSCCI Provider. When trying to connect to the team server I get a 'server ...

Trying to branch

359 byte By Avi.harush at 2008-2-14
Hello I am trying to code with the VS2005 SDK(TFS part ) but its not going the way I wanted it to. The documentation is still very poor and most objects don't have any documentation. The examples area is also slim. If anyone has examples or links on how to checkin\out\branching it would be ...

Create Folder structure within a project.

774 byte By Peds at 2008-2-14
Dear all, Firstly, this question could cover different topics, so I apologise in advance if this may not entirely be the correct area. Ok, basically I am currently looking at replicating some of the functionality of visual source safe 6.0 and applying it to VSTS. When I create a new project is ...

How to select a custom SC path when creating a Team Project

516 byte By JoachimRoppert at 2008-2-13
When i create a new team project, i have thre choices for creating an associated source control root folder: $/TeamProjectName as an empty folder, $TeamProjectName as a branch of xyz or no folder at all.What i want to do is to not create the source control root folder in the sc root ($/) but to ...

Error connecting to Team Foundation Server using MSSCCI Provider

1133 byte By GregSchneider at 2008-2-13
Hi, we are currently testing Team Foundation System to see if it is suitable to replace our current source control system VSS 6.0d and are having problems connecting to TFS via MSSCCI provider. We are using the following: Microsoft Visual Studio 2005 Team Explorer Version 8.0.50727.147 TFS ...

File Date in TFS-VC

1661 byte By Dave_Novak at 2008-2-12
In SourceSafe, you can specify (via Tools à Options… à Local Files) that the date/time of the local file be one of: Current Modification Check in As a policy, we have gone with Modification as the date/time that all local files should have (mainly so that we can easily see when the file was ...

MSSCCI provider causes VC6 crash

1501 byte By Dave_Novak at 2008-2-11
After installing the MSSCCI provider, launching VC6 by double-clicking the Xxxx.dsw file now causes VC6 to crash at startup.When I launch VC6 alone and open this same Xxxx.dsw file (through Open Workspace…), it gives me the error "Illegal characters in path."I get this error after ...

Check In Policy to ensure that code builds

105 byte By DanielJSegan at 2008-2-10
Is there a way to configure TFS to require that changes being checked in must produce a succesful build?

problems with shared checkout - merge tool is not available

3224 byte By ShanMcArthur at 2008-2-10
I am having a significant problem with TFS version control that is making it very unusable in our development environment. We are allowing multiple checkouts. When two developers work on a file and check it in, the Merge option is unavailable and the auto-merge functionality is failing. This ...

Checkin problem in TFS MSSCCI Final

439 byte By HengyiLiu at 2008-2-8
I have two files checked out and they are in two different projects. I want to check in these two files in one changeset. However, when I clicked the Check In button in the Pending Checkins window in VS.NET 2003. The TFS checkin dialog box only shows one file in one project. I clicked Check ...

TFS + ASP.NET Web Projects + Satellite Assemblies

1467 byte By Aaron.W at 2008-2-8
I'm not sure if this is a TFS issue or a VS.NET source control plug-in issue, so please let me know if I've posted this to the wrong forum:I'm seeing an issue with the algorithm that determines whether files in the /bin directory of a web project should be automatically added to source ...

Merged directories: How to? Impossible?

858 byte By DonMartin at 2008-2-7
Hello experts, I have a problem here which I can't quite get around with Team System: For various products, we have HTML files and some form files, of which some are exclusive for a product, and others are shared between several products. Using VSS, we used to first "get" all the ...

Installed but where is it

616 byte By MattPil29 at 2008-2-7
Hi, I have installed version one of the msscci provider but I'm unable to locate any new menu items etc to access TFS source control from vb6 (sp6) or vs2003. I have TFS RTM on a new server and VS2005 dev edition + Team explorer installed locally (with a vb.net test project under source ...

TFS MSSCCI Provider Final - Bug on Details for Work Item XX DialogBox

1328 byte By DanTi at 2008-2-7
The final TFS MSSCCI Provider contains a bug I discovered on the beta 2 too last week... on severals machines. How to reproduce the bug : - Under VS2003- On "Pending Changes"- Click "Check-in" button- The Check-in dialog box appears- Select the "Work Items" tab- ...

TFS MSSCCI Provider

612 byte By DavidG at 2008-2-7
I've just downloaded the new release of the TFS MSSCCI provider. Every time I download and try to install it (and I've tried from several different machines and networks now), the installer runs ok but then generates the following error part way through the install: The cabinet file ...

Visual Source Safe -> Source Control in Team Foundation

270 byte By ...noandthen!! at 2008-2-6
I want to migrate an existing project from VSS to TFSs source control. Any idees on how to acomplish that? Is there a client that is not integrated into Visual Studio (command prompt etc) that one could use to access the TFS source control? Thanks!

TFS MSSCCI Provider Final fails to install

962 byte By jstangroome at 2008-2-6
I have downloaded the latest MSSCCI provider for Team Foundation Server that was published today. The .MSI is about 1.06mb. I am able to complete most of the installation but during the last few percent a message appears with the following error:"The cabinet file ...

Lost Source Control Output Window in RTM

380 byte By simdoc at 2008-2-5
I've seemed to have lost the source control output window using the RTM version of TFS. It was there at one time but no longer present. After opening my VSTF bound solution, nothing is in the "Show output from:" combo box in the Visual Studio 2005 output window. Can someone help me ...

How to extract list of changed files

242 byte By Rivaaj at 2008-2-5
Hi Is it possible to obtain a list of files that have changed between two labels or changesets? The history view does show the list of changeset, is there perhaps a way to drill down across the list of changesets? Thanks

Problem with Visual Interdev and VB6 with Source Control in TFS

388 byte By AlexandreLuzes at 2008-2-4
Does anyone knows how to solve some problems with Interdev and VB6 projects with new TFS Source Control (RC1)? I'm having problems with FRX files associated with FRM files when I check out the FRM it does not come with the proper FRX file. In Interdev with webapplications the source control ...

VB: Edit and Continue

405 byte By FredrikMelin at 2008-2-4
I have a problem with Visual Basics Edit & Continue for projects under Team Foundation server, the IDE says its Read-Only even if its checked out prior to debug start.In a non-source-controlled environment it works.You even see the little "lock" symbol on the tab-page with the source code ...

Merging: How is the target branch determined (or: how to merge)

560 byte By ThomasL at 2008-2-4
Hi,I am trying to merge a changeset into another branch. I'd like to know how Team Foundation Source Control determines what target branches are possible to choose.Let me explain by examplifying. My branch setup is thisThe root is branched into 2 separate branches, A and BA is later branched ...

Changesets newbie

285 byte By LuisEstebanValenciaMCPWeb at 2008-2-4
In another post Randy miller explained me about baselines and about how tfs implements it, he told me its called changesets, but as far as I have investigated the tool I dont see how to create changesets, or something, Can someone explain me a little about this. Thanks

VSTS and database object version control

467 byte By BrettMetcalfe at 2008-2-3
Hi All We will be developing a multi-tier application shortly using VSTS, Visual Studio 2005 and SQL Server 2005. I understand how the source control works for C# files and the like. This seems to work fine. The issue I have is that I cannot see how we use VSTS to include database objects such ...

Checkin crashes

1126 byte By PeerLessing at 2008-2-3
I've repeatable problems with the checkin functionality in visual studio team suite with tfs trial version. When I try to checkin new files visual studio often chrashes especially if it's the first checkin after a longer period of time. Sometimes vs just shuts down completely, sometimes an ...

Error when attempting to open Source Control

745 byte By GrahamHarris at 2008-2-2
Hello again, I have a few teams doing development on TFS B3R. Recently another project started up. All of developers can see the project in team explorer, but one of them can't actually add a workspace entry for the project, because he can't see it on the Team Server. He is able to add the ...

Visual Studio Team System

Site Classified