![]() |
KIN DB 2004 Project - Using SVN to download KinDB sources |
Project hosted at: |
These are simple instructions to get a compilable source tree from the project's SubVersioN (SVN) server (if you're looking for KinGUI subproject sources, you should look at its own instructions). Migration from CVS occurred on November 8th, 2006, so since then, CVS repositories are out-of-date. If you don't have a SubVersion client installed on your system, and you feel it is time to get one, you may try SVN site or, if you're looking for SVN on Windows (not related to this project, yet), in TortoiseSVN.
When there's no previous source tree on your machine, you have to download the whole tree.
svn checkout https://kindb.svn.sourceforge.net/svnroot/kindb/trunk/kindb-devIf you find an error about certificate validation, just accept it (temporal or permanently); you may have to retry above command again after such failure.
Once you have a source tree, you just have to update it whenever you decide to do so.
svn updateThis will update all the sources on your machine.
Return to home page |
![]() |