Ben Smith writes: > > Is it possible to port a number of repositories, created using CVSNT, into a > single UNIX (Solaris 2.8) CVS repository?
Sure. The easy part is just moving all of the RCS files; the repository format is intended to be platform-neutral, so just moving them (as binary files, please) is all you need to do. The more challenging part is merging all of the administrative files in CVSROOT. For the most part you can just concatenate them, but beware of patterns that match more than intended in the new, merged repository. -Larry Jones Hmph. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
