chandler lists read-only svn and read-write svn separately. what a good idea.
Roger Dingledine

Roger Dingledine commited on 2008-11-24 04:00:35
Zeige 1 geänderte Dateien mit 11 Einfügungen und 6 Löschungen.

... ...
@@ -255,17 +255,22 @@ of anonymous communication systems.</li>
255 255
 <h2><a class="anchor" href="#Developers">For Developers</a></h2>
256 256
   Browse the Tor <b>source repository</b>:
257 257
   <ul>
258
-    <li><a href="<svnsandbox>">Regularly updated SVN sandbox</a></li>
259
-    <li><a href="https://svn.torproject.org/svn/tor/trunk">Browse the repository's source tree directly</a></li>
258
+    <li><a href="<svnsandbox>">Browse the repository's source tree directly</a></li>
260 259
     <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li>
261
-    <li><a href="http://subversion.tigris.org/">Subversion</a> access:
260
+    <li>Read-only access:
261
+      <ul>
262
+        <li><kbd>svn checkout https://svn.torproject.org/svn/tor/trunk tor</kbd></li>
263
+        <li><kbd>svn checkout https://svn.torproject.org/svn/website/trunk website</kbd></li>
264
+        <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>
265
+      </ul>
266
+    </li>
267
+    <li>Read-Write access:
262 268
       <ul>
263
-        <li>Make a new empty directory and cd into it.</li>
264 269
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk tor</kbd></li>
265 270
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/website/trunk website</kbd></li>
266 271
         <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>
267
-      </ul><br>
268
-      <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
272
+        <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>
273
+      </ul>
269 274
     </li>
270 275
   </ul>
271 276
 
272 277