comparison website/www/code.txt @ 4596:087833b66c77

Adjusted web page "Code" to Mercurial SCM
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 02 Apr 2012 15:47:45 +0200
parents d7a927b17477
children d00a3ede67e4
comparison
equal deleted inserted replaced
4595:ff2f75d88f8b 4596:087833b66c77
2 ==== 2 ====
3 3
4 Changelog 4 Changelog
5 ---------- 5 ----------
6 6
7 The changelog is available `here <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=blob;f=CHANGES.txt>`_ 7 The changelog is available as `CHANGES.txt in the SCM repository <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/raw-file/default/CHANGES.txt>`_.
8 8
9 GitWeb 9 Browse
10 ------ 10 ------
11 11
12 You may browse the repository via `gitweb <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=summary>`_ 12 You may browse the repository via the `Mercurial webinterface <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup>`_.
13 13
14 Read-only Access 14 Read-only Access
15 ---------------- 15 ----------------
16 16
17 Read-only repository access is provided through 17 Read-only repository access is provided through ::
18 git://roundup.git.sourceforge.net/gitroot/roundup/roundup ::
19 18
20 git clone git://roundup.git.sourceforge.net/gitroot/roundup/roundup roundup 19 hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup
21 20
21 The URL for the webinterface works, too, but you will see messages about
22 redirects to the URL shown here.
22 23
23 Read-write Access 24 Read-write Access
24 ----------------- 25 -----------------
25 26
26 The read/write access uses your SourceForge.net ssh password or ssh key 27 The read/write access uses your SourceForge.net ssh password or ssh key
27 to authorize your access. (See `SF's site documentation on git 28 to authorize your access. (See `SF's site documentation on Mercurial access
28 authorisation 29 <https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial#Access>`_) ::
29 <http://sourceforge.net/apps/trac/sourceforge/wiki/Git#Authentication>`_) ::
30 30
31 git clone ssh://<username>@roundup.git.sourceforge.net/gitroot/roundup/roundup roundup 31 hg clone ssh://<username>@roundup.hg.sourceforge.net/hgroot/roundup/roundup
32 32
33 Of course a roundup developer must have granted 33 Of course a roundup developer must have granted
34 you write access first - ask for it on the roundup-devel list. 34 you write access first - ask for it on the roundup-devel list.

Roundup Issue Tracker: http://roundup-tracker.org/