Mercurial > p > roundup > code
diff website/www/code.rst @ 4025:d715ec7fc4ea website
Adjust repository references.
| author | Stefan Seefeld <stefan@users.sourceforge.net> |
|---|---|
| date | Fri, 06 Feb 2009 14:32:33 +0000 |
| parents | d62831da3941 |
| children |
line wrap: on
line diff
--- a/website/www/code.rst Fri Feb 06 13:16:31 2009 +0000 +++ b/website/www/code.rst Fri Feb 06 14:32:33 2009 +0000 @@ -4,28 +4,26 @@ Changelog ---------- -The changelog is available `here <http://cvs.roundup-tracker.org/roundup/roundup/CHANGES.txt?view=markup&content-type=text/vnd.viewcvs-markup&revision=HEAD>`_ +The changelog is available `here <http://svn.roundup-tracker.org/viewvc/roundup/roundup/trunk/CHANGES.txt?view=markup>`_ ViewVC ------ -You may browse the repository via `viewvc <http://cvs.roundup-tracker.org/roundup/>`_ +You may browse the repository via `viewvc <http://svn.roundup-tracker.org/viewvc/roundup/>`_ Read-only Access ---------------- -The code can be checked out through anonymous (pserver) CVS with the following commands:: +Read-only repository access is provided through http://svn.roundup-tracker.org/svnroot/roundup - cvs -d:pserver:anonymous@cvs.roundup-tracker.org:/cvsroot/roundup login - - cvs -z3 -d:pserver:anonymous@cvs.roundup-tracker.org:/cvsroot/roundup co -P modulename +The development branch can be checked out via:: + + svn co http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk roundup + Read-write Access ----------------- Developers may also make use of shared SSH keys for authentication:: - export CVS_RSH=ssh - - cvs -z3 -d:ext:developername@cvs.roundup-tracker.org:/cvsroot/roundup co -P modulename - + svn co https://svn.roundup-tracker.org/svnroot/roundup/rountup/trunk roundup
