Another way to get the latest -STABLE or -developement
version of apsfilter is to use the Concurrent Version System
(CVS). You are allowed to checkout either version
from the apsfilter projects anonymous CVS server.
Quick historical note: anonymous CVS support has been implemented
by FreeBSD
developement team.
Here an example how to use it:
setenv CVSROOT :pserver:cvs@apsfilter.org:/var/apscvs/APSCVS
cvs login
cvs checkout -r RELEASE_TAG -P apsfilter
Use "RELENG_7" as RELEASE_TAG to get the latest stable
release
use "HEAD" or simply nothing to checkout the
latest developement version.
As ordinary user you shouldn't use the developement version.
Normal changes and bugfixes are always committed to the
-developement AND the -stable version.