Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/website/www/code.txt Thu Feb 09 03:17:11 2012 +0000 +++ b/website/www/code.txt Mon Apr 02 15:47:45 2012 +0200 @@ -4,31 +4,31 @@ Changelog ---------- -The changelog is available `here <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=blob;f=CHANGES.txt>`_ +The changelog is available as `CHANGES.txt in the SCM repository <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/raw-file/default/CHANGES.txt>`_. -GitWeb +Browse ------ -You may browse the repository via `gitweb <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=summary>`_ +You may browse the repository via the `Mercurial webinterface <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup>`_. Read-only Access ---------------- -Read-only repository access is provided through -git://roundup.git.sourceforge.net/gitroot/roundup/roundup :: +Read-only repository access is provided through :: - git clone git://roundup.git.sourceforge.net/gitroot/roundup/roundup roundup + hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup +The URL for the webinterface works, too, but you will see messages about +redirects to the URL shown here. Read-write Access ----------------- The read/write access uses your SourceForge.net ssh password or ssh key -to authorize your access. (See `SF's site documentation on git -authorisation -<http://sourceforge.net/apps/trac/sourceforge/wiki/Git#Authentication>`_) :: +to authorize your access. (See `SF's site documentation on Mercurial access +<https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial#Access>`_) :: - git clone ssh://<username>@roundup.git.sourceforge.net/gitroot/roundup/roundup roundup + hg clone ssh://<username>@roundup.hg.sourceforge.net/hgroot/roundup/roundup Of course a roundup developer must have granted you write access first - ask for it on the roundup-devel list.
