Changes

Jump to: navigation, search

SVN for School Projects

548 bytes added, 11:03, 15 February 2012
checkout
svn checkout svn://zenit.senecac.on.ca/repoid local_directory --username stdId --password stpassword
</pre></big>
== commit ==
# Right click on the directory or file to which you made modifications and click on '''SVN Commit'''
# In Commit Dialog box write a short description (few words) to explain what is modified and is being committed and click on ok.
# Or you can issue the following command:
<big><pre>svn commit locdir\branches\stdId\SomeDirectory
-m "Added comments to foo() in faa.cpp and fee() in boo.h"</pre></big>
OR
<big><pre>svn commit locdir\branches\stdId\SomeDirectory\somefile.cpp
-m "Added comments to foo() is somefile.cpp"</pre></big>

Navigation menu