But what you want, requires that they touch each others repositories.
What happens when each group touches the same code in a particular
file. How do you intend to merge these changes? If I was a admin
I wouldn't touch that with a 10 foot pole. Use cvs in pserver mode,
and set up some commit scripts that make sure the people are committing
to the correct branch/whatever. cvs has a particular model, which
is quite different than clearcases multisite model. If you try
to shoehorn one model into another your just going to buy yourself/the
admin a world of hurt.
donald
On Tue, Jun 13, 2000 at 03:03:04PM -0700, Thomas Olausson wrote:
> Is it possible and/or has anyone set up CVS with
> two different repositories, allowing distributed development,
> and then having an admin or a script merging them together periodically.
>
> I'd like the two different groups to be able to develop on their own,
> but not having to touch the other group's repository, at least not
> individually.
>
> I'd like to mimic the funcionality in Rational ClearCase.
>
> Regards,
> T
>
>
>
>
>