= Welcome to Kobo Deluxe = Asuming you work under linux/unix please go first into that foldere where you like to ckeck the project out to {{{ cd /home/user/projects }}} Use this command to anonymously check out the latest project source code: {{{ svn checkout http://beijingcode.org/svn/kobo name_of_the_folder_on_your_disk }}} If you plan to make changes, use this command to check out the code: {{{ svn checkout http://beijingcode.org/svn/kobo name_of_the_folder_on_your_disk --username your_user_name }}} If you don't have a user name, please contact the owner of this project [[BR]][[BR]] = How to use Subversion = After the checkout you can edit and add files as you with, just work as you do in an normal folder. Time by time, or after an working session you can run {{{ svn status }}} And see if there items marked s '''?''' these are new files, you can add them to your local working copy by the command: {{{ svn add }}} And item in the 'svn status' list marked as '''M''' is just an modified version. If you finished your working session or a certain Task/Ticket you should commit your changes by: {{{ svn commit -m "Fixed Ticket #1234" }}} The parameter '''-m''' is to set a summery of changes. You should use always the #1234 element if you for example fixed an bug from the TRAC Ticket system, TRAC will automatically create links to the Ticket system then. [[BR]][[BR]][[BR]] = More Information = Have a look at the [http://olofson.net/kobodl/ Projects] Homepage * [http://olofson.net/kobodl/news.html News] * [http://olofson.net/kobodl/download.html Download] * [http://olofson.net/kobodl/screens.html Screenshots] * [http://olofson.net/kobodl/features.html Features] * [http://olofson.net/kobodl/hints.html Hints] * [http://olofson.net/kobodl/tech.html Tech Trivia] * [http://olofson.net/kobodl/links.html Links] * [http://olofson.net/kobodl/contact.html Contact]