From: Donald Sharp <[EMAIL PROTECTED]>
Subject: val-tags file question...( merging two repositories )....
Date: Thu, 6 Apr 2000 00:55:43 +0900 (JST)
| I looked in the cvs manual and was unable to find any info on
| the val-tags file. If I am merging two repositories would
| it be ok to just merge the val-tags file( removing any duplicates
| of course )?
Yes.
% cat <REPO1>/CVSROOT/val-tags <REPO2>/CVSROOT/val-tags | \
sort | uniq > <REPO3>/CVSROOT/val-tags
You may make val-tags empty.
Entries of val-tags are created by CVS as necessary.
--
KOIE Hidetaka <[EMAIL PROTECTED]>