Author: hlship
Date: Sat Aug 27 17:59:15 2005
New Revision: 261906

URL: http://svn.apache.org/viewcvs?rev=261906&view=rev
Log:
Update the source access documentation from CVS to SVN

Added:
    jakarta/tapestry/trunk/src/documentation/content/xdocs/svn.xml
      - copied, changed from r251592, 
jakarta/tapestry/trunk/src/documentation/content/xdocs/cvs.xml
Removed:
    jakarta/tapestry/trunk/src/documentation/content/xdocs/cvs.xml
Modified:
    jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml

Modified: jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml?rev=261906&r1=261905&r2=261906&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml (original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml Sat Aug 27 
17:59:15 2005
@@ -192,7 +192,7 @@
         <item label="Mailing Lists"     
href="http://jakarta.apache.org/site/mail2.html#Tapestry"/>
         <item label="Forums"            href="http://www.tapestryforums.com/"/>
         <item label="Bug Database"     
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10573"/>
-        <item label="CVS Access"      href="cvs.html"/>    
+        <item label="SVN Access"      href="svn.html"/>    
         <item label="Voting History" href="votes.html"/>
     
         <reports label="Reports">

Copied: jakarta/tapestry/trunk/src/documentation/content/xdocs/svn.xml (from 
r251592, jakarta/tapestry/trunk/src/documentation/content/xdocs/cvs.xml)
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/svn.xml?p2=jakarta/tapestry/trunk/src/documentation/content/xdocs/svn.xml&p1=jakarta/tapestry/trunk/src/documentation/content/xdocs/cvs.xml&r1=251592&r2=261906&rev=261906&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/cvs.xml (original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/svn.xml Sat Aug 27 
17:59:15 2005
@@ -19,14 +19,41 @@
        "./dtd/document-v12.dtd">
 <document>
        <header>
-               <title>CVS Access</title>
+               <title>SVN Access</title>
        </header>
        <body>
-               <p>Anonymous CVS access is available as:</p>
-               <source><![CDATA[
-:pserver:[EMAIL PROTECTED]:/home/cvspublic/]]> </source>
-               <p>The module is <code>jakarta-tapestry</code>. In addition, 
the <link
-                       
href="http://cvs.apache.org/viewcvs.cgi/jakarta-tapestry/";>CVS repository
-                       may be browsed online</link>.</p>
+    <p>
+      Tapestry source code is stored in <link 
href="http://apache.org/dev/version-control.html";>Apache's Subversion 
repository</link>.
+    </p>
+    
+    <p>
+      For read-only access, the repository URL is
+      <code>http://svn.apache.org/repos/asf/</code>
+    </p>
+    
+    <p>
+      Tapestry source code is stored in  the
+      <code>jakarta/tapestry/</code> using the traditional 
<code>branches</code>, <code>tags</code> and 
+      <code>trunk</code> folders (<code>trunk</code> contains the 
+      very latest code).
+    </p>
+    
+    <p>
+      Tapestry commiter's (with SVN update access) should use the repository 
URL
+      <code>https://svn.apache.org/repos/asf/</code>
+    </p>
+    
+    
+    <p>
+      You may also access the Tapestry source code via the web interface:
+      <link 
href="http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/trunk/";>http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/trunk/</link>.
+    </p>
+    
+    
+    <p>
+      Directions for build Tapestry from source are
+      on the <link 
href="http://wiki.apache.org/jakarta-tapestry/BuildingTapestry";>Tapestry 
Wiki</link>
+    </p>
+       
        </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to