From 19ef84f6b79473513e831abe2bbffa7e159fd7ad Mon Sep 17 00:00:00 2001 From: schlatterbeck Date: Wed, 30 Jun 2010 09:34:08 +0000 Subject: [PATCH] - New section on source code repositories git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@20 01a3061f-1c3a-49da-a2a0-fa5697faa6a0 --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README b/README index e58e6a9..98f15b2 100644 --- a/README +++ b/README @@ -114,6 +114,35 @@ If upgrading from... returns an empty string when a channel variable is not set. - ``manager.quit()`` has be renamed to ``manager.close()`` +Source Code Repository Access +----------------------------- + +The current versions are kept in a Subversion repository on Sourceforge. +You can check out the trunk with:: + + svn co https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk pyst + +There is also a 0.2 branch in:: + + https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/branches/0.2 + +which contains unreleased changes after 0.2 (which have been merged into +trunk *after* changing how manager commands to asterisk are parsed). + +Released versions are in:: + + https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/tags + +For versions prior to the 0.2 release when Matthew Nicholson was +maintaining pyst, the changes are kept in a `monotone`_ repository +(monotone is a free distributed version control system). Please contact +Matthew via Sourceforge if you're interested in intermediate versions. + +.. _`monotone`: http://monotone.ca/ + +prior to that the sources are in the CVS repository on sourceforge. + + Changes -------