>A file with 1.1, 1.2, 1.3, 1.4 and 1.5 revisions. > >Generate 1.6 tah contains code from 1.1, 1.2, 1.4 and 1.5, I mean to NOT include >changes made in 1.3 revision > >Checking out last revision (1.5) and doing "cvs update -j 1.3 -j 1.5" that does >nothing...
Use the same command but change the order of the revisions. "Take in changes made from 1.3 to 1.4" cvs up -j1.3 -j1.4 file.c "Take out changes made from 1.3 to 1.4" cvs up -j1.4 -j1.3 file.c bye Fabi _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
