CvsModule=txt2html.tests
#expand into $CvsModule
cd $CvsModule
cvs import -m "Imported test cases, from Seth Golub" $CvsModule tsun start
cvs -q update
..
mv $CvsModule $CvsModule.org
cvs -d $CVSROOT co $CvsModule
cd $CvsModule
dircmp $CvsModule $CvsModule.org
dirdel !$
cd $CvsModule
cvs -q update
export CVS_RSH=ssh; export CVSROOT=:ext:suntong@cvs.txt2html.sourceforge.net:/cvsroot/txt2html
cd /export/cvs/
#expand txt2html
cd txt2html/
cvs import -m "Imported sources, txt2html-1.28" txt2html txt2html start
cvs -q commit -m '- The latest official release, txt2html-1.28'
cvs -q update
..
mv txt2html txt2html.org
cvs co txt2html
dircmp txt2html.org/ txt2html
cvs -q update
RenameFrom=pre-in-list
RenameTo=pre.txt
mv $RenameFrom $RenameTo
$ cvs remove $RenameFrom
cvs server: scheduling `pre-in-list' for removal
cvs server: use 'cvs commit' to remove this file permanently
$ cvs add $RenameTo
cvs server: scheduling file `pre.txt' for addition
cvs server: use 'cvs commit' to add this file permanently
cvs -q commit -m "- rename $RenameFrom to $RenameTo"
CvsFile=news.txt
$ cvs admin -o1.1 $CvsFile
RCS file: /cvsroot/txt2html/txt2html.tests/news.txt,v
cvs server: /cvsroot/txt2html/txt2html.tests/news.txt,v: can't remove branch point 1.1
cvs server: RCS file for `news.txt' not modified.
$ cvs admin -o1.1.1.1 $CvsFile
RCS file: /cvsroot/txt2html/txt2html.tests/news.txt,v
deleting revision 1.1.1.1
done
$ cvs admin -o1.1 $CvsFile
RCS file: /cvsroot/txt2html/txt2html.tests/news.txt,v
deleting revision 1.1
done
cvs admin -o1.2 $CvsFile