DCSIMG
TFS Administration,Source Control,TECH - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » TFS Administration » Source Control » TECH (RSS)
Integrating RoboHelp with TFS Source Control
Tweet Yesterday a got a a request from a customer how want to work with TFS Source Control from RoboHelp: Adobe® RoboHelp® 9 software is an easy-to-use solution for technical communicators to author, collaborate, personalize, and optimize content for help systems, policies and procedures, and professional knowledgebases for multichannel, multidevice publishing. This is possible using the MSSCCI provider and some registry changes: Download and Install – MSSCCI  - http://visualstudiogallery.msdn...
Visual Studio ALM Video & Two Updates for TFS/VS You Should Install
CodeProject Some news for Visual Studio 2010, I’ll start from several updates you should to apply on you TFS and Visual Studio. KB - TFS 2010 SP1 Cumulative Update 1 – KB2536929 This is the first Update from Microsoft since SP1, and the new concept from Microsoft is to release hot fixes for critical bugs, every once in a while when the development team feels they have critical mass of fixes they will publish new Update includes all hot fixes. – So make sure your Visual Studio and TFS are up to date...
TFS API Index Parts 1 To 37
Since 2009 I ‘m writing about TFS API and several people asked to get an index page with all parts related to TFS API, so here is it: Basic TFS API Part 1: Domain Picker TFS API Part 2: Domain Picker Using Registered Servers (Cache) TFS API Part 3: Get Project List Using ICommonStructureService TFS API Part 4: Get TFS User List (Mail, Sid, Account, Domain) TFS API Part 7: Use IEventService To Get User Event Subscriptions TFS API Part 8: Subscribe/Unsubscribe Events Using IEventService TFS API Part...
TFS Check-in Validation Tool – V 1.0.0.75
TFS Check-in Validation Tool There is a new version available in CodePlex Project Description The TFS Check-in Validation Tool extends TFS Team Build 2008 by enabling buddy build queuing (pre-checkin), validating checkins using shelvesets, and build agent pooling, all from the VS 2008 IDE. Buddy Build Process Flow
Everything you ever wanted to know about locks in TFS
Everything you ever wanted to know about locks in TFS phkelley's just published a great post on Everything you ever wanted to know about locks . All you need to know about TFS locks and cool stuff using tf command-line . Enjoy.
How To: Hide Source Control Folder From Specific Group
How To: Hide Source Control Folder From Specific Group Note : To perform the following steps you need TFS project admin permission 1. Create a project-level group -- group. Its name is ReadOnlyGroup 2. Add the users to the group. 3. Set the permission on the source control folder for the ReadOnlyUsers. a. Right click the sub-folder in team project at Source Control Explorer select 'Properties' menu. b. Select 'Security' tab. Revise the ReadOnlyUsers group's permission on the sub...
Failed To Create Maintenance Plan For TFS Backup
Failed To Create Maintenance Plan For TFS Backup After installing TFS 2008 I want to create maintenance plan using SSMS to create a Backup plan How To: Backing Up a Team Foundation Server database . When creating new maintenance plan I got an error. Then I saw that SQL Databases is upgraded to SP2 but not the Client Tools. So Download SQL Server SP2 and make sure to select the right components. After installing SP2 for the Client Tool I was able to create the maintenance plan for backup TFS Databases...
Working With TFS Data Manager
Working With TFS Data Manager In the post I talked about Disaster Recovery for VSTS 2008 and now I will show how to work with TFS Data Manager. Every one can download the trial version and check for your self Download Page After downloading (9.5mb) the install is very simple. Choose the backup location, make sure you have al least 800mb , basiclly it’s like SQL backup. Select your Team System database and proper User & Password After the installation you can open TFS Data Manager, Perform Backup...
Source Control Permissions using tf command-line
Source Control Permissions using tf command-line There are some permissions that available in source control that not available in the UI. Here is the Full List *** Available only through command-line and require high permissions *** Permission Name Name at Command Line Description Read tf: Read Users who have this permission can read the contents of a file or folder. If a user has Read permissions for a folder, the user can see the contents of the folder and the properties of the files in it, even...
Check-in Policy Tips and Tricks
Check-in Policy Tips and Tricks Tip 1: How to Replace/Marge Project Code Analysis Settings with Team Project Check-in Policy Code Analysis Settings. You made a Code Analysis settings for you project. You Team made a Check-in Policy include Code Analysis (With different settings) Now you want to get the Code Analysis settings from the Team project into your project . Right click on the solution and go over "Code Analysis Settings for Solution" and click "Replace with Check-in Policy"...