Subversion
Submitted by clsdaniel on Tue, 2006-12-19 09:13.
Old Subversion Repository (for ODKit v0.5.8 and before)
ODKit is not longer being developed under subversion we changed to GIT.
New Git Repository
You can clone odkit from our public git branch on repo.or.cz, each module is a separated repository:
- git clone git://repo.or.cz/odkutils.git
- git clone git://repo.or.cz/odkda2.git
You may also want to get the mob branch from it as you can push your changes to it using to mob user which is passwordless.
You can also browse our repository online:
Old Subversion Repository (for ODKit v0.5.8 and before)
svn co https://svn.sourceforge.net/svnroot/odkit
We develop under 3 directories, trunk, branches and tags, where trunk has all mainline code, branches has experimental branches and code, tags includes frozen versions for specific releases.
Most people will only need Trunk files:
svn co https://svn.sourceforge.net/svnroot/odkit/trunk odkit
You can browse our repository online with ViewVC at:
