"Robert P. J. Day" <[EMAIL PROTECTED]> writes: > is there an accepted way of setting up a CVS repo for a number of > developers, where the repo itself is updated from yet another repo? > (this might be the equivalent of BK's clone of a clone.)
There is no standard way to transfer individual commit log entries etc between repositories, the most obvious method is to simply do a import onto a vendor branch on a regular basis. See the chapter on "Tracking third-party sources" in the manual for details. -- Brian Gough Network Theory Ltd, Publishing the CVS Reference Manual --- http://www.network-theory.co.uk/ _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
