The GGI source tree is hosted at SourceForge.
Immediately, after libgii 0.8.2 and libggi 2.0.2 had been packaged,
stable CVS branches were created for both libgii and libggi.
The branch tags follow the 'branch_<major>_<minor>'
semantic. For libgii, the branch tag is called 'branch_0_8' and
'branch_2_0' for libggi. The source in there is known to be stable
and further libgii 0.8.x and libggi 2.0.x releases will be made from
there, once the change list is long enough, unless there's an very
important issue (i.e. security fix).
User visible changes since libgii 0.8.2:
- Hotfixes (see the hotfix section above)
The stable branch is interesting for packagers and users, who can't
wait for the next release. It is also useful for (target-)developers, who
rely on a stable base for their work... Enjoy!
There are a few modules out there, but you definitely want
ggi-core/libgii and ggi-core/libggi.
For the initial checkout (hit enter when prompt for password):
export CVSROOT=:pserver:anonymous@cvs.ggi.sourceforge.net:/cvsroot/ggi
cvs login
cvs -z3 co -r branch_<major>_<minor> ggi-core
cvs logout
Then, you can sync your tree with the latest version:
cd the/directory/you/want/to/update
cvs -z3 update -PAd -r branch_<major>_<minor>