Nick Mathewson commited on 2009-04-30 07:14:29
Zeige 2 geänderte Dateien mit 8 Einfügungen und 8 Löschungen.
... | ... |
@@ -256,22 +256,22 @@ of anonymous communication systems.</li> |
256 | 256 |
Browse the Tor <b>source repository</b>: |
257 | 257 |
<ul> |
258 | 258 |
<li><a href="<svnsandbox>">Browse the repository's source tree directly</a></li> |
259 |
- <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li> |
|
259 |
+ <!-- <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li> --> |
|
260 | 260 |
<li>Read-only access: |
261 | 261 |
<ul> |
262 |
- <li><kbd>svn checkout https://svn.torproject.org/svn/tor/trunk tor</kbd></li> |
|
262 |
+ <li><kbd>git clone git://git.torproject.org/git/tor</kbd></li> |
|
263 | 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_2_0-patches</kbd></li> |
|
264 |
+ <li>The development branch is <kbd>master</kbd>. The active maintainance branches are <kbd>maint-0.2.0</kbd> and <kbd>maint-0.2.1</kbd>.</li> |
|
265 | 265 |
</ul> |
266 | 266 |
</li> |
267 |
- <li>Read-Write access: |
|
267 |
+ <li>Read-Write access (website only): |
|
268 | 268 |
<ul> |
269 |
- <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk tor</kbd></li> |
|
270 | 269 |
<li><kbd>svn checkout https://tor-svn.freehaven.net/svn/website/trunk website</kbd></li> |
271 |
- <li>To check out the maintenance branch, use<br /><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/branches/tor-0_2_0-patches</kbd></li> |
|
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> |
|
270 |
+ <li><b>SVN 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> |
|
271 |
+ <li><b>Git HTTPS certificate fingerprint:</b> da:9d:02:c2:f2:1d:74:dc:10:5d:03:fb:cf:d6:d8:d9:3c:8c:1f:bc</li> |
|
273 | 272 |
</ul> |
274 | 273 |
</li> |
274 |
+ <li><a href="https://git.torproject.org/checkout/githax/master/doc/Howto.txt">Basic instructions for using Git to contribute to Tor software.</a></li> |
|
275 | 275 |
</ul> |
276 | 276 |
|
277 | 277 |
</div><!-- #main --> |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
|
3 | 3 |
#<define-tag cvssandbox whitespace=delete>https://www.torproject.org/cvs/</define-tag> |
4 | 4 |
#<define-tag cvssandbox whitespace=delete>cvs/</define-tag> |
5 |
-<define-tag svnsandbox whitespace=delete>https://svn.torproject.org/svn/tor/trunk/</define-tag> |
|
5 |
+<define-tag svnsandbox whitespace=delete>https://git.torproject.org/checkout/tor/master/</define-tag> |
|
6 | 6 |
<define-tag svnwebsite whitespace=delete>https://svn.torproject.org/svn/website/trunk/</define-tag> |
7 | 7 |
|
8 | 8 |
# Xinclude "locallinks.wmi" |
9 | 9 |