wiki:WikiStart

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



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 <filename>

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.


More Information

Have a look at the Projects Homepage

Last modified 4 years ago Last modified on 10/28/2009 11:30:45 AM