Scott, Ryan writes:
> 
> Right now we have an existing repository on the unix cvs box under
> /www/cvsroot.  I want to move another separate repository from the NT box to
> /www/cvsroot/isp.  So what would I do with the new repositories CVSROOT
> directory?  Would I then have /www/cvsroot/isp/CVSROOT?  And if so, would
> CVS recognize the admin and history files in that location?  I basically
> need to have it keep the history for both projects intact.  

CVS only allows one CVSROOT directory per repository.  You have two
choices: either you can create a whole new repository (e.g.,
/www/cvsroot2), or you have to manually merge the contents of the two
CVSROOT directories.

-Larry Jones

When you're as far ahead of the class as I am, it doesn't take much time.
-- Calvin

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

Reply via email to