Author: markt
Date: Mon Aug 29 15:59:43 2005
New Revision: 264652
URL: http://svn.apache.org/viewcvs?rev=264652&view=rev
Log:
Update to reflect migration from CVS to SVN.
Modified:
tomcat/site/trunk/README.txt
Modified: tomcat/site/trunk/README.txt
URL:
http://svn.apache.org/viewcvs/tomcat/site/trunk/README.txt?rev=264652&r1=264651&r2=264652&view=diff
==============================================================================
--- tomcat/site/trunk/README.txt (original)
+++ tomcat/site/trunk/README.txt Mon Aug 29 15:59:43 2005
@@ -11,14 +11,14 @@
The Tomcat web site is based on .xml files which are transformed
into .html files using XSLT and Ant.
-In order to make modifications to the Tomcat web site, you need
-to first check out the jakarta-tomcat-site modules from CVS:
+In order to make modifications to the Tomcat web site, you need to first check
out
+the Tomcat site from SVN. To check out the Tomcat site into a sub-directory
+called tomcat-site in the current directory:
-cvs -d /home/cvs login
-cvs -d /home/cvs co jakarta-tomcat-site
+svn checkout http://svn.apache.org/repos/asf/tomcat/site/trunk tomcat-site
Once you have the site checked out locally, cd into your
-jakarta-tomcat-site directory and execute:
+tomcat-site directory and execute:
ant
@@ -35,10 +35,10 @@
The xdocs-faq directory has its own project.xml and tomcat-faq.xsl
Once you have built your documentation and confirmed that your changes are
-ok, you can check your .xml and your .html files back into CVS.
+ok, you can check your .xml and your .html files back into SVN.
-Then, in the /www/jakarta.apache.org/tomcat/ directory, you can do a
-cvs update -d -P
-to have the changes reflected on the Tomcat web site.
+Then, in the /www/jakarta.apache.org/tomcat/ directory, execute:
+svn up
+to have the changes reflected on the Tomcat web site.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]