[Ktechlab-devel] Design document for devleopment

2013-10-29 Thread Zoltan Padrah
Hi, I've updated the documentation on the current design of KTechLab. It is written in doxygen, and currently it can be found in the 'add-devel-doc-v2' branch on Github. The most relevant new documentation is an object diagram, in SVG format. Here is a link to it:

Re: [Ktechlab-devel] Design document for devleopment

2013-10-29 Thread Alan Grimes
I hate git and github. They're like the vi of version control. =( I tried: atg@tortoise ~/source/ktechlab/ktechlab $ git checkout add-devel-doc-v2 M simple-launch.sh M simple-setup.sh Branch add-devel-doc-v2 set up to track remote branch add-devel-doc-v2 from origin. Switched to a

Re: [Ktechlab-devel] Design document for devleopment

2013-10-29 Thread Zoltan Padrah
The good news is that github works with SVN, too, so you can participate in the development of projects hosted on github, without using git. With the commands below you should be able to get the contents of the add-devel-doc-v2 branch: createa an empty working copy directory: svn co --depth