# $B!{(B1 cvs repository $B$+$i;}=P$7(B
setenv CVS_RSH ssh
setenv CVSROOT :ext:makoto@cvs.namazu.org:/storage/cvsroot
cd /e/cvs-mirror
cvs co -r stable-2-0 namazu

# $B!{(B2 CVSROOT $B$rJQ99$7$F(B import
cp  ~/.cvsrc-ko ~/.cvsrc
unsetenv CVS_RSH
setenv CVSROOT /automount/nazuha/cvs
cvs -d /automount/nazuha/cvs init
cd /e/cvs-mirror/namazu

cvs import -I \! -I CVS -I .cvsignore -m "namazu 2001/09/07 stable-2-0" namazu-stable NAMAZU n_2001-09-07

# -I \! -I CVS -I .cvsignore $B$,I,MW$J$N$O<!$N$h$&$K$J$k$N$rKI$0$?$a(B
# I namazu-stable/tests/data/ja/plain.txt.Z

# $B!{(B3 $B$b$&JL$N0lEY:n6H0h$K;}=P$7$F(B
mkdir  /e/cvs-work
cd     /e/cvs-work
cvs co namazu-stable

# $B!{(B4 $BF|K\8l$NJQ99$r$9$k(B
cd namazu-stable
zcat /home/ftp/pub/namazu/2.0.7-more-japanese-20010907.gz | patch -s -p1
find . -name \*.orig | perl -nle unlink
# ($B99$K>.JQ99$J$I(B)

# $B!{(B5 ($BF|K\8lMQ$N(B) $B;^$r:n$k(B
# (pwd $B$O$I$3$G$b$$$$(B)
cvs rtag -b MOREJ namazu-stable

# ($B0J>e(B3,4 $B$O=gITF1(B)


# $B!{(B6 $B$3$3$GJQ99$7$?$b$N$r(B import $B$9$k(B
cd /e/cvs-work/namazu-stable
cvs import -I \! -I CVS -I .cvsignore -m "namazu 2001/09/07 more-japanese" namazu-stable MOREJ j_2001-09-07
# (No conflicts created by this import)

# $B!{(B7 $B:9J,$r:n$k$K$O(B ?

# (1) $B:n6H0h$H(B repository
cd /e/cvs-work
# namazu-stable $B$NL>A0$r(B namazu-2.0.7 $B$K$7$F(B
mv namazu-stable namazu-2.0.7
cvs diff -u
# $B$C$F$d$k$H(B patch -s -p0 $B=PMh$k7A<0$K$J$k!#(B

# (2) repository $B$NCf$N;^F1;N(B
cvs rdiff -u -r n_2001-09-07 -r j_2001-09-07 namazu-stable
($B$C$F$d$k$H(B -ko $B$rIU$1$F$$$J$$>l9g!"$&$k$5$$(B)

cvs rdiff -u -r n_2001-09-07 -r j_2001-09-07 namazu-stable | grep ^\+\+
# $B$GM>7W$J$b$N$,4^$^$l$F$$$J$$$+3NG'(B

cvs rdiff -u -r n_2001-09-07 -r j_2001-09-07 namazu-stable >! /tmp/2.0.7-more-japanese
