Title: RE: (ROSE) Rose and CVS

We've been using CVS with Rose for a while now, though not directly from within Rose.  Though Rose files are just text files, merging conflicts is a real pain.  To avoid conflicts, we've saved each and every java package as a separately controlled subunit.  That way, we can minimize situations where more than one developer is working with the same subunit.  We do this with the Use Case View and the Logical View.  (We haven't been doing much with the Component View, but if you do, you probably would want to break this up as well.)  Each controlled unit (.cat file) is saved in CVS, and we've set up non-exclusive file locking.  In other words, multiple developers can check out the file simultaneously and make changes, but you have to explicitly check it out.  This is important because even slightly nudging an object in one of your models will cause unintended changes in the subunit, and can often lead to CVS conflicts in unexpected places.  If the subunit is not checked out (i.e., it's read-only), Rose won't let you modify it, therefore avoiding conflicts.

Ed

-----Original Message-----
From: Giang, Richard P [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 05, 2001 10:22 AM
To: '[EMAIL PROTECTED]'
Subject: (ROSE) Rose and CVS



Has anyone ever used CVS (version control system) as a CM system for Rose?

> Richard Giang                                                
> ----------------------------------------------------------
> Planning & Scheduling Technology Team               
> The Boeing Company
> Phone (281)244-4703
> E-mail: [EMAIL PROTECTED]
> ---------------------------------------------------------
>
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to