vhardy 01/09/10 02:52:47
Modified: . MAINTAIN
Log:
Fixed typo in checkout command.
Revision Changes Path
1.5 +2 -2 xml-batik/MAINTAIN
Index: MAINTAIN
===================================================================
RCS file: /home/cvs/xml-batik/MAINTAIN,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MAINTAIN 2001/07/31 17:18:58 1.4
+++ MAINTAIN 2001/09/10 09:52:47 1.5
@@ -30,8 +30,8 @@
e.g., cvs rtag -d batik-1_1rc3 xml-batik
3) checkout the tagged release:
- cvs -r <tag> co xml-batik
- e.g., cvs -r batik-1_1rc3 co xml-batik
+ cvs co -r <tag> xml-batik
+ e.g., cvs co -r batik-1_1rc3 xml-batik
4) run the build script with target "dist-zip"
build dist-zip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]