Posted by: Tamir Gefen on: September 7, 2008
One of my current projects is to plan and implement a brand new infrastructure that creates environments to integrate Visual Studio 2008 with IBM Rational ClearCase. Actually, it’s a brand new VB.NET project – not based on Visual Studio 2005 or earlier versions – so I have to figure out what files should be source controlled and what files should not.
Files that should not be source controlled are: pdb, suo and project user option files (*.csproj.user or *.vbproj.user)
In addition, I have used the following nice trick:
cd YOUR_PROJECT.NET_FOLDER findstr /I /S /L /M YOUR_PROJECT.NET_FOLDER *
From this list, it appears that most of the returned files should not be source controlled, so use your j ownudgment to decide which files should or shouldn’t be under source control.
[...] ספטמבר 7, 2008 מאת Tamir Gefen בעקבות פרוייקט אותו אני מתכנן ומבצע, ושחלק ממנו עוסק בשילוב בין IBM Rational ClearCase לבין Microsoft Visual Studio 2008 , ובעקבות כך שלא מצאתי מאמר העוסק בכל שלבי השילוב בין הכלים הנ”ל, כתבתי הסברים על סמך ההתנסות שלי. אתם מוזמנים לקרוא זאת כאן, בבלוג המקביל באנגלית. [...]
Thanks for putting all information together!
G. Martel
Thanks Tamir!
Hours of trial-and-errors are saved to me!
Yoss.
We are planning to migrate from VS 2005 to 2008 . Is it the same procedure?
Many thanks! Go ahead!
step to integrate clear case with VS.NET 2005?
Hi Tamir,
There is a way to integrate VS 2008 and ClearCase without (!!!) CC integration package or/ and patch. I described that in very detail on my blog:
Check this out,
Evgeni
[...] are using Rational ClearCase as your configuration management (CM) solution, you can find a manual here in this blog. [...]
September 7, 2008 at 7:08 pm
Please refer to video five in lesson 1 for a walkthrough on the steps required to get started. Remote Controlled