comparison 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
comparison
equal deleted inserted replaced
4024:c2d0d3e9099d 4025:d715ec7fc4ea
2 ==== 2 ====
3 3
4 Changelog 4 Changelog
5 ---------- 5 ----------
6 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>`_ 7 The changelog is available `here <http://svn.roundup-tracker.org/viewvc/roundup/roundup/trunk/CHANGES.txt?view=markup>`_
8 8
9 ViewVC 9 ViewVC
10 ------ 10 ------
11 11
12 You may browse the repository via `viewvc <http://cvs.roundup-tracker.org/roundup/>`_ 12 You may browse the repository via `viewvc <http://svn.roundup-tracker.org/viewvc/roundup/>`_
13 13
14 Read-only Access 14 Read-only Access
15 ---------------- 15 ----------------
16 16
17 The code can be checked out through anonymous (pserver) CVS with the following commands:: 17 Read-only repository access is provided through http://svn.roundup-tracker.org/svnroot/roundup
18 18
19 cvs -d:pserver:anonymous@cvs.roundup-tracker.org:/cvsroot/roundup login 19 The development branch can be checked out via::
20 20
21 cvs -z3 -d:pserver:anonymous@cvs.roundup-tracker.org:/cvsroot/roundup co -P modulename 21 svn co http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk roundup
22
22 23
23 Read-write Access 24 Read-write Access
24 ----------------- 25 -----------------
25 26
26 Developers may also make use of shared SSH keys for authentication:: 27 Developers may also make use of shared SSH keys for authentication::
27 28
28 export CVS_RSH=ssh 29 svn co https://svn.roundup-tracker.org/svnroot/roundup/rountup/trunk roundup
29
30 cvs -z3 -d:ext:developername@cvs.roundup-tracker.org:/cvsroot/roundup co -P modulename
31

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