diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/www/code.rst	Fri Feb 06 13:15:47 2009 +0000
@@ -0,0 +1,31 @@
+Code
+====
+
+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>`_
+
+ViewVC
+------
+
+You may browse the repository via `viewvc <http://cvs.roundup-tracker.org/roundup/>`_
+
+Read-only Access
+----------------
+
+The code can be checked out through anonymous (pserver) CVS with the following commands::
+
+  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 
+
+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
+

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