website is in svn too now, not cvs.
Roger Dingledine

Roger Dingledine commited on 2006-08-23 01:36:13
Zeige 1 geänderte Dateien mit 2 Einfügungen und 15 Löschungen.

... ...
@@ -140,26 +140,13 @@ of anonymous communication systems.</li>
140 140
     <li>anonymous <a href="http://subversion.tigris.org/">subversion</a> access:
141 141
       <ul>
142 142
         <li>Make a new empty directory and cd into it.</li>
143
-        <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk</kbd></li>
143
+        <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk tor</kbd></li>
144
+        <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/website/trunk website</kbd></li>
144 145
         <li>(To check out the maintenance branch, use <kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_1-patches</kbd>)</li>
145 146
       </ul>
146 147
     </li>
147 148
   </ul>
148 149
 
149
-  To checkout the website:
150
-  <ul>
151
-    <li><a href="<cvssandbox>website">Regularly updated CVS sandbox</a></li>
152
-    <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/?root=torcvs">ViewCVS</a></li>
153
-    <li><a href="http://archives.seul.org/or/cvs/">Mailing list for cvs commits (same as above)</a></li>
154
-    <li>anonymous pserver access (password is guest):
155
-      <ul>
156
-        <li>Make a new empty directory and cd into it.</li>
157
-        <li><kbd>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</kbd></li>
158
-        <li><kbd>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co website</kbd></li>
159
-      </ul>
160
-    </li>
161
-  </ul>
162
-
163 150
   </div><!-- #main -->
164 151
 
165 152
 #include <foot.wmi>
166 153