Yoshiki Hayashi wrote: > > If you need to keep old histories, this is the way > documented in CVS manual (CVS Info, Node: Moving files). > > # Copy the RCS file inside the repository > $ cd $CVSROOT/DIR > $ cp OLD,v NEW,v > # Remove the old file > $ cd ~/DIR > $ rm OLD > $ cvs remove OLD > $ cvs commit OLD > # Remove all tags from NEW > $ cvs update NEW > $ cvs log NEW # Remember the non-branch tag names > $ cvs tag -d TAG1 NEW > $ cvs tag -d TAG2 NEW
Correct! :-) -- #ken P-)} Ken Coar <http://Golux.Com/coar/> Apache Software Foundation <http://www.apache.org/> "Apache Server for Dummies" <http://Apache-Server.Com/> "Apache Server Unleashed" <http://ApacheUnleashed.Com/>