===== Server ===== svn.032.la port 6699 dir /032 svn://svn.032.la:6699/032/ browse-able: http://www.032.la/svn/ ===== Notes ===== don't check in temp files! ===== SVN Tools ===== === Windows === * Tortoise SVN( http://tortoisesvn.net/ ) === Gnome/Ubuntu === * Rabbit VCS ( http://www.rabbitvcs.org/ ) w/ Nautilus integration === Shell === This all assumes you have Subversion installed on the machine you're working on. To check out the latest NSL codebase, try this [[http://svnbook.red-bean.com/en/1.5/svn.tour.initial.html|checkout command]]: svn co svn://svn.032.la:6699/032/ This will "check out" all of the files you'll need. To [[http://svnbook.red-bean.com/en/1.5/svn.tour.cycle.html#svn.tour.cycle.update|update your working copy]] later, go into the directory and run this command: svn update That will update all your file to the latest. If you've made a change you want to submit back to the core this will [[http://svnbook.red-bean.com/en/1.5/svn.tour.cycle.html#svn.tour.cycle.examine.status|show you what files you've changed]]: svn status And this will output a line-by-line description of all the changes in a format that makes it [[http://svnbook.red-bean.com/en/1.5/svn.tour.cycle.html#svn.tour.cycle.examine.diff|easy for us to incorporate]]: svn diff You can output this to a file (.diff or .patch) by using [[http://www.linux.com/article.pl?sid=04/05/02/1758211|redirection]]: svn diff < my-patch.patch ===== Tickets ===== http://www.032.la:8080/loginForm you can create an account online