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      [EMAIL PROTECTED]      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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to