DCSIMG
SCM - Eran Ruso
Sign in | Join | Help

Browse by Tags

טופולוגיות של סביבת בילדים אוטומטיים
10 July 11 11:36 AM | Eran Ruso | with no comments
הרבה פעמים אני נתקל בשאלה של איזה טופולוגיה מתאימה לי כאשר אני מכין את סביבת הבילדים האוטומטיים. לכל ארגון צריך להיות לפחות מכונת בילדים אחת (Build Machine). בעבר פרסמתי פוסט על מהי מכונת בילדים טובה אותו ניתן לקרוא בלינק הבא: http://blogs.microsoft.co.il/blogs/eranruso/archive/2009/06/30/what-is-a-good-build-machine.aspx אך מהי הטופולוגיה המתאימה עבור הארגון? התשובה היא לא חד משמעית ותלויה בצרכי הארגון לכן חילקתי את התשובה לשני סוגי ארגונים, גדול וקטן כך שכל אחד יוכל למצוא את הטופולוגיה המתאימה...
Team Foundation Build Extensions For Ant and Maven2
02 May 10 10:00 AM | Eran Ruso | with no comments
Java users that use the Ant or Maven2 for there Build Machines are now able to use the Team Foundation Build. There is a new release for the Team Foundation Build, in this release the Ant and Maven2 users can now run and have the results as part of the Team Foundation Build. You can download the Build Extensions here . Have Fun!!!
Manage Branches And Changes In TFS 2010 - Overview
07 December 09 02:38 PM | Eran Ruso | 2 comment(s)
In TFS 2008 you could create Branches so what is the big change??? In TFS 2008 you don’t know which of the folders are Branches: All folders looks the same, all have the folder icon. In TFS 2008 you don’t have the tools to manage the Branches: You don’t have visual means to know which of the branches are related and what is the relation type. In TFS 2008 you can’t track the changes path between the Branches: If you have made a merge in a Branch you can’t track from which Branch this Merge came from...
How To Create A Branch In Team System 2008
28 June 09 03:05 PM | Eran Ruso | 1 comment(s)
Before I start with the how to create a branch step by step guide, I like to remind that creating a branch should be done by a SCM (Software Configuration Management) plan and not when ever you “feel” like creating a branch. It is very important to manage your branches or else you will have a big pile of branches that no one knows there purpose. After saying that here is the step by step guide: The demonstration will be for a demo project called "Web Sites". Step 1: Right click the source...