Development
Here you can find the YaWPS development resources.
Developers Forum
- Post code modifications and bug fixes here.
Developer CVS Access
There are several branches in the CVS repository (you browse the CVS repository through a web-based interface):
The main branch (called the trunk) is unstable. This is the development branch, we commit new code there and we usually only check that the code doesn't throw exceptions all the time, we don't test functionality each time we commit.
There is also a "testing" branch. The branch is currently called yawps_0_9. That means that things should not break as bad as in unstable, because changes are only merged from unstable to testing if they are in a somewhat usable state. This version of YaWPS will become the next stable release of YaWPS. It is likely that this release will be numbered 0.9.0
Then we have a branch called yawps_0_7 which contains the stable version of YaWPS; we commit only bug fixes and minor changes to this branch. If you need the latest stable version of YaWPS with all bugfixes applied then the stable branch is for you.
Only project developers can access the CVS tree in read/write mode. Substitute release and developername with the proper values. Enter your site password when prompted.
$ export CVS_RSH=ssh
$ cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/yawps co -r release yawps
|