DCSIMG
How To,TFS Administration - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » How To » TFS Administration (RSS)
איך להגדיר ימי חופש של סבב פיתוח - יום שישי במקום ראשון
אחד השינויים ב – TFS 11 מאפשר לנו להגדיר קבוצות פיתוח והגדרה של סבבי פיתוח עם תאריך התחלה וסיום (Sprint, Iteration וכו). כאשר מתחילים לתכנן סבב פיתוח נראה חישוב של סה”כ ימי העבודה בסבב הנוכחי, אך סה”כ הימים לא יסתדר לכם כי הוא מחשב שיום ראשון אינו יום עבודה. זאת שאלה שאני מקבל מהרבה לקוחות – איך אני משנה את תצוגת ה – Backlog שתתאים לימי המנוחה בארץ (שישי ושבת ולא שבת וראשון). לדוגמא – אם הגדרנו סבב פיתוח מה – 3 לפברואר עד ה – 14 לפברואר – מדובר על 12 ימים סה”כ ו- 10   ימי פיתוח אבל אנחנו נראה...
Team Foundation Backup Plan Not Working in Administration Console
Tweet Today I came to a customer for consulting and the customer told me that there is no Backups for TFS. So right away I told him this is very important and let’s create a Backup Plan for TFS. How To: Create TFS 2010 Backup Plan Problem So I’ve download TFS 2010 Power Tools, Install, Open TFS Administration Console, Click “Create Backup Plan” and Nothing happens. So I’ve started to investigate and saw some errors in TFS Event Log, of course I saw “Object reference not set to an instance of an object...
Validate Field Format in Work Items using MATCH Element
Tweet Today I got a interesting questions from a customer – How I can force format to a version field? I said cool finally I can use the MATCH Element (Work Item Type Definition Schema) to set a regex for System.Title field, The MATCH rule doesn't support full regular expressions , but a simplified version. <MATCH pattern="pattern to match" for="user name" not="user name" /> Enforces basic pattern matching for strings only. <pattern> should be replaced...
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...
TFS 2010 - TF30177 – Team Project Creation Failed
TFS 2010 - TF30177 – Team Project Creation Failed Today I tired to create new Team Project on TFS 2010 (Upgraded from 2008) and I got the following error: The Project Creation Wizard encountered a problem while uploading documents to the following server running Sharepoint Products: server..,. The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able to finish creating the team project. I’ve checked for permissions and everything is Fine,...
Building Setup Project In devenv.com Command Line Fails, Works In IDE
Building Setup Project In devenv.com Command Line Fails, Works In IDE I started to build a Build Definition in TFS 2010 (WF) for one of my customers and ran into a strange problem with couple of Setup Projects, when I build the Setup Project in Visual Studio 2010 IDE the setup built just fine but once I tried to build it using devenv command it fails.. (To build setup project using Team Build you need to invoke devenv with command line arguments.) The Error from the command line is: ERROR: Unable...