nsl_svn_server
Server
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 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 < my-patch.patch
Tickets
http://www.032.la:8080/loginForm you can create an account online
nsl_svn_server.txt · Last modified: 2013/08/13 14:34 by charliex