Changes

Jump to: navigation, search

SVN for School Projects

565 bytes added, 11:11, 15 February 2012
commit
</pre></big>
== commit ==
commits (submits) the changes in the local files to the repository (on server)
* GUI
# Right click on the directory or file to which you made modifications and click on '''SVN Commit'''
<big><pre>svn commit locdir\branches\stdId\SomeDirectory\somefile.cpp
-m "Added comments to foo() is somefile.cpp"</pre></big>
== update ==
Downloads and applies the modifications made by others from the repository (on the server) to the local files (on your computer)
* GUI
*: Right click on the directory or file (that you want it to be updated) 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