Download
- IssueTrackerProduct
- IssueTrackerMassContainer
- CheckoutableTemplates
- CookieCrumblerIssueTrackerProduct
- slimmer
- SVN
IssueTrackerProduct
| IssueTrackerProduct-0.10.3.tgz version: 0.10.3 14-Apr 2009 15:33 408 Kb |
Stable README.txt CHANGES.txt |
|
| 8 months and 20 days since last release | ||
| IssueTrackerProduct-0.10.2.tgz version: 0.10.2 28-Jul 2008 14:25 399 Kb |
Stable README.txt CHANGES.txt |
|
| 21 days since last release | ||
| IssueTrackerProduct-0.10.1.tgz version: 0.10.1 06-Jul 2008 15:45 398 Kb |
Development README.txt CHANGES.txt |
|
| 1 month and 24 days since last release | ||
| IssueTrackerProduct-0.9.3.tgz version: 0.9.3 12-May 2008 17:06 384 Kb |
Stable README.txt CHANGES.txt |
|
| 6 days since last release | ||
|
There are 24
more older releases of IssueTrackerProduct. |
||
IssueTrackerMassContainer
| IssueTrackerMassContainer-0.0.7.tgz version: 0.0.7 18-Jan 2006 17:29 10 Kb |
Stable CHANGES.txt |
|
| 1 year and 1 month since last release | ||
| IssueTrackerMassContainer-0.0.4.tgz version: 0.0.4 19-Dec 2004 00:44 10 Kb |
Stable CHANGES.txt |
|
| 1 year and 5 months and 20 days since last release | ||
| IssueTrackerMassContainer-0.0.3.tgz version: 0.0.3 02-Jul 2003 03:40 9 Kb |
Stable CHANGES.txt |
|
| first release here | ||
CheckoutableTemplates
| CheckoutableTemplates-0.2.11.tgz version: 0.2.11 08-Dec 2008 10:23 18 Kb |
Stable README.txt CHANGES.txt |
|
| 5 months and 17 days since last release | ||
| CheckoutableTemplates-0.2.10.tgz version: 0.2.10 24-Jun 2008 09:36 18 Kb |
Stable README.txt CHANGES.txt |
|
| 2 years and 5 months and 6 days since last release | ||
| CheckoutableTemplates-0.2.8.tgz version: 0.2.8 19-Jan 2006 13:20 18 Kb |
Stable README.txt CHANGES.txt |
|
| 3 months and 11 days since last release | ||
| CheckoutableTemplates-0.2.7.tgz version: 0.2.7 09-Oct 2005 14:33 18 Kb |
Stable README.txt CHANGES.txt |
|
| 6 months and 23 days since last release | ||
|
There are 2
more older releases of CheckoutableTemplates. |
||
CookieCrumblerIssueTrackerProduct
| CookieCrumblerIssueTrackerProduct-0.0.2.tgz version: 0.0.2 11-Oct 2006 15:06 5 Kb |
Development README.txt CHANGES.txt |
|
| 11 months and 26 days since last release | ||
| CookieCrumblerIssueTrackerProduct-0.0.1.tgz version: 0.0.1 19-Oct 2005 20:43 5 Kb |
Experimental README.txt CHANGES.txt |
|
| first release here | ||
slimmer
| slimmer-0.1.24.tgz version: 10-Sep 2007 14:00 15 Kb |
Stable README.txt |
|
| 1 year and 4 months and 3 days since last release | ||
| slimmer-0.1.21.tgz version: 10-May 2006 13:50 14 Kb |
Stable README.txt |
|
| 19 days since last release | ||
| slimmer-0.1.20.tgz version: 20-Apr 2006 17:18 13 Kb |
Stable README.txt |
|
| 7 months and 24 days since last release | ||
| slimmer-0.1.17.tgz version: 29-Aug 2005 10:35 10 Kb |
Stable README.txt |
|
| 2 months and 6 days since last release | ||
|
There are 6
more older releases of slimmer. |
||
SVN Access
If you haven't checked out the IssueTrackerProduct before, use this command:
svn checkout http://issuetracker.googlecode.com/svn/trunk/IssueTrackerProduct
If you're using Linux you'll probably continue to happily use the command line. If you're using Windows, you might want to try something like TortoiseSVN. Here are the instructions for using TortoiseSVN:
- Go to your zope products directory using Windows Explorer
- Right click mouse and select 'SVN checkout' from pop up menu
- Paste above url as 'Url of repository', modify 'Checkout directory' by adding folder where product will be copied. It must be named 'IssueTrackerProduct'
It should look like in this screenshot.
To update your checked out IssueTrackerProduct you need to go into
the IssueTrackerProduct directory and then run
svn update
To recap, here's the whole process as it might appear on the command line:
$ cd zope/Products $ svn checkout http://issuetracker.googlecode.com/svn/trunk/IssueTrackerProduct $ cd .. $ ./bin/runzope # Whatch Zope start :) $ cd zope/Products/IssueTrackerProduct $ svn update