Subversion
From K-3D
Overview
The current K-3D development tree is stored using Subversion version control software. For detailed instructions on how to use subversion see the Subversion Book.You may also Browse svn online.
Getting the Development (0.7) Source Tree
The following command executes an initial checkout of the latest source into the "k3d" directory:
$ svn co https://k3d.svn.sourceforge.net/svnroot/k3d/trunk k3d
To periodically upgrade to the latest version, simply do (from the k3d dir):
$ svn up
Getting the Stable (0.6) Source Tree
To get the K-3D 0.6 sources, see CVS.

