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 ! *.?#? etc
=====
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 checkout command:
<code>svn co svn:svn.032.la:6699/032/
<\/code> This will “check out” all of the files you'll need. To update your working copy later, go into the directory and run this command: <code>svn update
<\/code> 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 show you what files you've changed: <code>svn status
<\/code> And this will output a line-by-line description of all the changes in a format that makes it easy for us to incorporate: <code>svn diff
<\/code> You can output this to a file (.diff or .patch) by using redirection: <code>svn diff > my-patch.patch
<\/code>
http://www.032.la:8080/loginForm you can create an account online