Mercurial > p > roundup > code
comparison website/www/code.txt @ 4566:b8119ba37707
Merge branch 'website'
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Sun, 13 Nov 2011 11:18:42 -0500 |
| parents | d7a927b17477 |
| children | 087833b66c77 |
comparison
equal
deleted
inserted
replaced
| 4564:6327b1b21593 | 4566:b8119ba37707 |
|---|---|
| 1 Code | |
| 2 ==== | |
| 3 | |
| 4 Changelog | |
| 5 ---------- | |
| 6 | |
| 7 The changelog is available `here <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=blob;f=CHANGES.txt>`_ | |
| 8 | |
| 9 GitWeb | |
| 10 ------ | |
| 11 | |
| 12 You may browse the repository via `gitweb <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=summary>`_ | |
| 13 | |
| 14 Read-only Access | |
| 15 ---------------- | |
| 16 | |
| 17 Read-only repository access is provided through | |
| 18 git://roundup.git.sourceforge.net/gitroot/roundup/roundup :: | |
| 19 | |
| 20 git clone git://roundup.git.sourceforge.net/gitroot/roundup/roundup roundup | |
| 21 | |
| 22 | |
| 23 Read-write Access | |
| 24 ----------------- | |
| 25 | |
| 26 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 authorisation | |
| 29 <http://sourceforge.net/apps/trac/sourceforge/wiki/Git#Authentication>`_) :: | |
| 30 | |
| 31 git clone ssh://<username>@roundup.git.sourceforge.net/gitroot/roundup/roundup roundup | |
| 32 | |
| 33 Of course a roundup developer must have granted | |
| 34 you write access first - ask for it on the roundup-devel list. |
