User Tools

Site Tools


nsl_svn_server

This is an old revision of the document!


Table of Contents

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 ! *.?#? etc

SVN Tools

Windows

  • Tortoise SVN( http://tortoisesvn.net/ )

Gnome/Ubuntu

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:

svn co svn:<nowiki>//</nowiki>svn.032.la:6699/032/

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:

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 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 easy for us to incorporate:

svn diff 

You can output this to a file (.diff or .patch) by using redirection:

svn diff &gt; my-patch.patch 

Tickets

http://www.032.la:8080/loginForm you can create an account online

nsl_svn_server.1376421225.txt.gz · Last modified: 2013/08/13 14:34 (external edit)