154
edits
Changes
→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
* 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>