Kin icon

KIN DB 2004 Project - Using SVN to download KinGUI sources

Project hosted at:
SourceForge.net Logo

 

These are simple instructions to get a compilable source tree from the project's SubVersioN (SVN) server, for KinGUI subproject (if you're looking at main KinDB sources, instructions are here). 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.

Getting started (first time)

When there's no previous source tree on your machine, you have to download the whole tree.

  1. Go to the directory where you want the project's sources (for an instance, ~)
  2. Write:
      svn checkout https://kindb.svn.sourceforge.net/svnroot/kindb/trunk/kingui-dev
    If you find an error about certificate validation, just accept it (temporal or permanently); you may have to retry above command again after such failure.
    This will bring all the sources to your machine, on a subdirectory called kingui-dev.
  3. That's all.


Getting updated (following times)

Once you have a source tree, you just have to update it whenever you decide to do so.

  1. Go to the directory where you have the project's sources (for an instance, ~/kingui-dev)
  2. Write:
      svn update
    This will update all the sources on your machine.
  3. Again, that's all.


After downloading, you'd probably want to build and install KinGUI.

Return to home page from http://www.tuxgallery.org