Peter Palfrader commited on 2006-07-25 14:26:51
Zeige 1 geänderte Dateien mit 21 Einfügungen und 8 Löschungen.
... | ... |
@@ -130,21 +130,34 @@ of anonymous communication systems.</li> |
130 | 130 |
|
131 | 131 |
<a id="Developers"></a> |
132 | 132 |
<h2><a class="anchor" href="#Developers">For Developers</a></h2> |
133 |
-Browse the Tor <b>CVS repository</b>: (which may not |
|
134 |
-necessarily work or even compile) |
|
133 |
+ Browse the Tor <b>CVS repository</b>: (which may not necessarily work or even compile) |
|
135 | 134 |
<ul> |
136 | 135 |
<li><a href="<cvssandbox>">Regularly updated CVS sandbox</a></li> |
137 |
-<li><a |
|
138 |
-href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li> |
|
139 |
-<li><a href="http://archives.seul.org/or/cvs/">Mailing list for cvs |
|
140 |
-commits</a></li> |
|
141 |
-<li>anonymous <a href="http://subversion.tigris.org/">subversion</a> |
|
142 |
-access:</li> |
|
136 |
+ <li><a href="http://tor-svn.freehaven.net/svn/tor/trunk">Browse the repository's source tree directly</a></li> |
|
137 |
+# XXX FIXME - still points to cvs thing |
|
138 |
+ <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li> |
|
139 |
+ <li><a href="http://archives.seul.org/or/cvs/">Mailing list for commits</a></li> |
|
140 |
+ <li>anonymous <a href="http://subversion.tigris.org/">subversion</a> access: |
|
143 | 141 |
<ul> |
144 | 142 |
<li>Make a new empty directory and cd into it.</li> |
145 | 143 |
<li><kbd>svn checkout http://tor-svn.freehaven.net/svn/tor/trunk</kbd></li> |
146 | 144 |
<li>(To check out the maintenance branch, use <kbd>svn checkout http://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_1-patches</kbd>)</li> |
147 | 145 |
</ul> |
146 |
+ </li> |
|
147 |
+ </ul> |
|
148 |
+ |
|
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=tor">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> |
|
148 | 161 |
</ul> |
149 | 162 |
|
150 | 163 |
</div><!-- #main --> |
151 | 164 |