Notes for 4Suite core developers
- ["C developer notes"] (Notes for developers of the 4Suite C extensions)
[http://uche.ogbuji.net/tech/akara/nodes/2003-05-19/commit-privs Commit privileges for 4Suite developers]
[http://uche.ogbuji.net/tech/akara/nodes/2005-03-03/215707 4Suite release checklist (out of date)]
DiagnosingMemoryLeaks (see references at end)
Working with 4Suite CVS
For information about 4Suite CVS, from how to install it to how to view the contents on-line, see the [http://4suite.org/docs/4SuiteCVS.xml 4Suite CVS guide].
For general information on CVS, see:
[http://owen.sj.ca.us/rkowen/howto/cvs.html R.K. Owen's CVS HOWTO], which also has many little recipes for particular tasks with CVS.
Also of interest: [http://skew.org/~mike/cvstat/ 4Suite CVS statistics]
Compiling changes for release
Use [http://www.red-bean.com/cvs2cl/ cvs2cl] to write a GNU-style ChangeLog of the XML1_0-maint branch to the console
- cvs2cl --stdout -F XML1_0-maint
Use [http://www.cobite.com/cvsps/ cvsps] to write patchset information of the XML1_0-maint branch to the console
- cvsps -b XML1_0-maint
Use [http://cvs.4suite.org/viewcvs/4Suite/?view=queryform ViewCVS Query]
Note: cvsps is much more comprehensive and i.e. *much* more verbose