Changes

Jump to: navigation, search

SVN for School Projects

5 bytes added, 18:21, 15 February 2012
update
To '''update''' is to download and apply the modifications made by others to the repository (on the server) to the local files on your own computer
* GUI
*: Right click on the directory or file that you want to update and click on "SVN update"
* Command Line
: while in the local directory
<big><pre>svn update</pre></big>
: OR from anywhere
<big><pre>svn update LocalDirecotyPath</pre></big>
: OR for a single file
<big><pre>svn update LocalDirecotyPath/somefile.whatever</pre></big>

Navigation menu