Access to CVS

All source code of ASPseek is kept in CVS.

You can use ViewCVS to view the CVS tree online.

Anonymous CVS access:

CVS is open for read only access. Please send patches (unified diff form is preferred) to aseek@sw.com.sg. Alternatively, you can subscribe and send patches to aseek-devel mailing list.

Use the following commands to checkout ASPseek sources:

export CVSROOT=:pserver:anoncvs@cvs.aspseek.org:/home/cvs
cvs login
(Type in the password here. Password is anoncvs.)
cvs -z6 co aspseek
cvs logout

Compilation

To compile sources from CVS, you need autoconf, automake and libtool utilities. Note that autoconf should be of version 2.13; autoconf 2.50 will not work. The first step after checking out sources is to run ./cvsprep script, this will re-create all autogenerated files.

Please note that source from CVS is bleeding-edge of ASPseek development. This is intended for curious and brave people. So, we don't guarantee it will work. In fact, it may not even compile.