info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple CVS and same files


From: Mike Castle
Subject: Re: Multiple CVS and same files
Date: Wed, 30 May 2001 01:08:53 -0700
User-agent: Mutt/1.3.18i

On Wed, May 30, 2001 at 09:42:24AM +0200, Erik Mattsson wrote:
> cvsA/xml
> cvsA/applecode
> 
> cvsB/xml
> cvsB/orangecode

Change your layout so it's something like this:

cvaA/applecode
cvsB/orangecode
cvsX/xml

Then the xml can be on any server.  You can checkout either one and cvs
won't care (cvs USED to care, but that's been fixed for a while).

You could do something like:

cvsA/applecode
cvsA/applecode/xml

cvsB/orangecode
cvsB/orangecode/xml

Where you would co apple or orange.  Then cd into them, and then co xml.
Bit trickier, but doable.

Each file in a subdirectory has to belong to the same repository.  But each
subdirectory can be a different one.

mrc
-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]