PIDDLE - Developer Page
Piddle is python module for
cross-platform, cross-media two dimensional drawing.
-
This page has been set up for developers
and users interested in getting the very latest source code.
-
For more information about using piddle,
follow this link to the Official
Home Page.
-
If you would like to use other Source
Forge services for this project, click here.
Please, however, hold off on using the
Forums for this site.
Overview to what's in CVS
There are several modules in CVS currently. Here's a short description:
- piddle_1.x is the latest (Feb 2001) version of piddle in preparation for 1.0 final. You might want this. if you are interested in the latest bug-fixes to piddle.
- piddle has some legacy code, but is an older module. You probably do not want it.
- sping is the development version. New code is going here.
- admin is a module for project "to do" lists and software roadmaps.
piddle: Source Code Snapshots:
A snapshot of the entire
piddle CVS tree (both the stable 1.0 versions and the developement version)
is available.
piddle: CVS instructions
Anonymous CVS Access
This project's SourceForge
CVS repository can be checked out through anonymous (pserver) CVS with
the following instruction set. The module you wish to check out must
be specified as the modulename. When prompted for a password for anonymous,
simply press the Enter key. For example:
cvs -d:pserver:anonymous@cvs.piddle.sourceforge.net:/cvsroot/piddle login
cvs -d:pserver:anonymous@cvs.piddle.sourceforge.net:/cvsroot/piddle co
-P piddle_1.x
Updates from within the
module's directory do not need the -d parameter, but you do need the -P
paramter (to prune away dead directories).
Developer CVS Access via SSH
Only project developers
can access the CVS tree via this method. SSH1 must be installed on your
client machine. You must be a registered user at sourceforge.
Send a message to clee at users.sourceforge.net and I'll give you
permission for write access to CVS. Substitute for developername
with your SourceForge user name. Enter your sourceforge site
password when prompted.
export CVS_RSH=ssh
cvs -ddevelopername@cvs.piddle.sourceforge.net:/cvsroot/piddle co
-P sping
To make bugfixes on the (upcoming)
1.0 release checkout out the piddle_1.x module:
cvs -ddevelopername@cvs.piddle.sourceforge.net:/cvsroot/piddle co
-P piddle_1.x
last modified by
clee 1 Feb 2001