DCSIMG
January 2011 - Posts - Eran Ruso
Sign in | Join | Help

January 2011 - Posts

Migrate SVN To TFS 2010

פורסם בתאריך Jan 26 2011, 07:19 PM על ידי Eran Ruso

For all the SVN users that likes to migrate to TFS 2010 with all the history of SVN here is the right tool for you:

http://svn2tfs.codeplex.com/

This tool will help to Migrates a SubVersion 6.x (SVN) repository to Team Foundation Server (TFS) 2010 replaying every action occurred in SubVersion.

svn2tfs_1_2_beta_20101001

Note: I haven’t tested the tool yet, I will let you know when I will test it.

Have Fun!!!

Show Deleted Items In TFS Source Control

פורסם בתאריך Jan 24 2011, 11:48 PM על ידי Eran Ruso

I have been asked this question many times, the scenario is:

  • Developer deletes a folder/branch/file etc.
  • The developer checks in his changes
  • The developer likes to see the deleted items to check there history for example

There are other scenarios that will require this functionality.

So how do we do it?

Step 1: Launch Visual Studio 2010 or Team Explorer 2010

Step_1_Launch_VS_2010

Step 2: Click Tools –> Options

Step_2_-_Tools_--__Options

Step 3: Click Source Control

Step 4:  Click “Visual Studio Team Foundation”

Step_3_-_choose_VSTF

Step 5: Check the “Show deleted items in the Source Control Explorer” check box

Step_4_-_show_deleted_files

Step 6: Click OK

Step_5_-_ok

The result is all the deleted files, folders, branches etc. are shown.

Step_6_-_result_deleted_files

Have Fun!!!

TFS 2010 Administration Tool 2.1 Was Released – Basic User Guide

פורסם בתאריך Jan 12 2011, 10:00 PM על ידי Eran Ruso

Recently we had many releases around TFS 2010, we had the TFS 2010 and Visual Studio 2010 Service Pack 1 Beta, Team Explorer Everywhere Service Pack 1 Beta, Team Foundation Server 2010 (TFS) and Project Server Integration Beta, Feature Pack 2 and in this post I will continue with the great release news…

Have you ever tried to add a new user and forgot to give it permissions in SharePoint or for the Reporting Services site?

Permissions in Team System is not a simple thing, because Team System is a huge system you have a lot of locations with permissions, the latest release of the TFS 2010 Administration Tools makes life easier for the administrator, you can now grant permissions from one tool.

Installation is straight forward just follow a simple wizard.

You can download it from here.

So lets see how to use it:

Step 1: Launch the application, remember to do that with a powerful user that can grant permissions like an administrator user

Step_1_-_Launch_The_Application

Step 2: Click the “Connect” button

Step_2_Connect

Step 3: Choose the server

Step_3_-_Server_connect_Window

Step_4_Add_Server

Step 4: Choose the Collection and Projects to managed

Step_5_Choose_Project

Step 5: Click “Connect”

Step_6_Click_Connect

Step 6:  Double click a project name on the left to load the users and permissions

Step_7_-_Double_click_a_Project

Step 7: Click “Add User(s)” to add a new user or group

Step_8_-_Add_User

Step 8: Click “Browse” to browse a user or a group from the Active Directory

Step_9_-_Add_User_Screen

Step 9: Type a user or a group name and click “OK”

Step_10_-_Browse_User

step_11_add_user

The user is now added and you can add permissions for this user or group

step_12_user_added

Step 10: Add permissions to the user or group in every one of the sections: TFS, SharePoint and Reporting Services

Step 11: Click OK

Step_13_-_adding_permisions

Step 12: Click the “Commit Changes” in order to finish the process

Step_14_commit_changes

That is all, from here you can Edit a user’s permissions or delete a user by choosing the user or group and click the button in the tool bar.

Step_7_-_Double_click_a_Project

This tool is a powerful tool, I know of a few customers of mine that wanted me to build something like that and I am glade that someone did it before me.

Have Fun!!!