 CVS Trees

There are currently two main trees inside the repository, AppKit and AppKitX.
The former contains the base distribution and packages one would need for a server distribution. Most of this packages are in good shape and functional.
The second tree, AppKitX, contains additional packages, most of them related to X11. This second tree is more a toy project - packages herein tend to be a bit more experimental, out-of-date or even buggy. Nevertheless, everything is or was in use by some developers in our group.
Common to both trees is that they are copied from our internal CVS repository. In the future we might have additional trees (like Contrib) that are really hosted on our CVS server.

The AppKitX tree is not yet available in the public CVS. We still need to add licenses to the packages and in some cases check whether we can redistribute them.  Browse the CVS

You can browse the CVS via cvsweb here  Anonymous CVS

Login as user anonymous
$ cvs -d :pserver:anonymous@cvs.pynix.org:/export/__shares__/cvs login
Just press enter when asked for a password.
To check out everything do
$ cvs -d :pserver:anonymous@cvs.pynix.org:/export/__shares__/cvs co AppKit

|