SVN instead of CVS
03 Aug 2006
www.issuetrackerproduct.com/Download#svn
Sourceforge's crappy CVS service has now had to give way for Google Code's SVN.
The source code of the IssueTrackerProduct is from now on hosted on http://code.google.com/p/issuetracker/
This will still be the site where everything else other than source control will happen. If you were using CVS and now want to get the very latest bugfixes and changes here's what you need to do:
$ cd zope/Products $ rm -fr IssueTrackerProduct $ svn checkout http://issuetracker.googlecode.com/svn/trunk/IssueTrackerProduct
And when you do updates, this is what you'll need to do:
$ cd zope/Products/IssueTrackerProduct $ svn update
If you have any problems, send an email to the mailinglist