Mercurial > p > roundup > code
comparison website/www/code.rst @ 4022:d62831da3941 website
svn repository setup
| author | Stefan Seefeld <stefan@users.sourceforge.net> |
|---|---|
| date | Fri, 06 Feb 2009 13:15:47 +0000 |
| parents | |
| children | d715ec7fc4ea |
comparison
equal
deleted
inserted
replaced
| 4021:7d3bfab365f0 | 4022:d62831da3941 |
|---|---|
| 1 Code | |
| 2 ==== | |
| 3 | |
| 4 Changelog | |
| 5 ---------- | |
| 6 | |
| 7 The changelog is available `here <http://cvs.roundup-tracker.org/roundup/roundup/CHANGES.txt?view=markup&content-type=text/vnd.viewcvs-markup&revision=HEAD>`_ | |
| 8 | |
| 9 ViewVC | |
| 10 ------ | |
| 11 | |
| 12 You may browse the repository via `viewvc <http://cvs.roundup-tracker.org/roundup/>`_ | |
| 13 | |
| 14 Read-only Access | |
| 15 ---------------- | |
| 16 | |
| 17 The code can be checked out through anonymous (pserver) CVS with the following commands:: | |
| 18 | |
| 19 cvs -d:pserver:anonymous@cvs.roundup-tracker.org:/cvsroot/roundup login | |
| 20 | |
| 21 cvs -z3 -d:pserver:anonymous@cvs.roundup-tracker.org:/cvsroot/roundup co -P modulename | |
| 22 | |
| 23 Read-write Access | |
| 24 ----------------- | |
| 25 | |
| 26 Developers may also make use of shared SSH keys for authentication:: | |
| 27 | |
| 28 export CVS_RSH=ssh | |
| 29 | |
| 30 cvs -z3 -d:ext:developername@cvs.roundup-tracker.org:/cvsroot/roundup co -P modulename | |
| 31 |
