[or-cvs] r17381: {website} chandler lists read-only svn and read-write svn separately. (website/trunk/en)

arma at seul.org arma at seul.org
Mon Nov 24 03:00:35 UTC 2008


Author: arma
Date: 2008-11-23 22:00:35 -0500 (Sun, 23 Nov 2008)
New Revision: 17381

Modified:
   website/trunk/en/documentation.wml
Log:
chandler lists read-only svn and read-write svn separately. what
a good idea.


Modified: website/trunk/en/documentation.wml
===================================================================
--- website/trunk/en/documentation.wml	2008-11-24 02:08:46 UTC (rev 17380)
+++ website/trunk/en/documentation.wml	2008-11-24 03:00:35 UTC (rev 17381)
@@ -255,17 +255,22 @@
 <h2><a class="anchor" href="#Developers">For Developers</a></h2>
   Browse the Tor <b>source repository</b>:
   <ul>
-    <li><a href="<svnsandbox>">Regularly updated SVN sandbox</a></li>
-    <li><a href="https://svn.torproject.org/svn/tor/trunk">Browse the repository's source tree directly</a></li>
+    <li><a href="<svnsandbox>">Browse the repository's source tree directly</a></li>
     <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li>
-    <li><a href="http://subversion.tigris.org/">Subversion</a> access:
+    <li>Read-only access:
       <ul>
-        <li>Make a new empty directory and cd into it.</li>
+        <li><kbd>svn checkout https://svn.torproject.org/svn/tor/trunk tor</kbd></li>
+        <li><kbd>svn checkout https://svn.torproject.org/svn/website/trunk website</kbd></li>
+        <li>To check out the maintenance branch, use<br /><kbd>svn checkout https://svn.torproject.org/svn/tor/branches/tor-0_1_2-patches</kbd></li>
+      </ul>
+    </li>
+    <li>Read-Write access:
+      <ul>
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk tor</kbd></li>
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/website/trunk website</kbd></li>
         <li>To check out the maintenance branch, use<br /><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_2-patches</kbd></li>
-      </ul><br>
-      <b>HTTPS certificate fingerprint:</b> 11:34:5c:b1:c4:12:76:10:86:ce:df:69:3d:06:a9:57:fa:dc:c9:29
+        <li><b>HTTPS certificate fingerprint:</b> 11:34:5c:b1:c4:12:76:10:86:ce:df:69:3d:06:a9:57:fa:dc:c9:29</li>
+      </ul>
     </li>
   </ul>
 



More information about the tor-commits mailing list