User Tools

Site Tools


nsl
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


nsl [2013/04/09 17:24] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +=====  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\\   ===
 +
 +  * 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]]: 
 +<code>svn co svn://svn.032.la:6699/032/
 +
 +<\/code> 
 +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: 
 +<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 [[http://svnbook.red-bean.com/en/1.5/svn.tour.cycle.html#svn.tour.cycle.examine.status|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 [[http://svnbook.red-bean.com/en/1.5/svn.tour.cycle.html#svn.tour.cycle.examine.diff|easy for us to incorporate]]: 
 +<code>svn diff 
 +
 +<\/code> 
 +You can output this to a file (.diff or .patch) by using [[http://www.linux.com/article.pl?sid=04/05/02/1758211|redirection]]: 
 +<code>svn diff > my-patch.patch 
 +
 +<\/code> 
 +\\ 
 +
 +\\
 +
 +=====  Tickets  =====
 +
 +http://www.032.la:8080/loginForm you can create an account online
nsl.txt · Last modified: 2013/04/09 17:24 by 127.0.0.1