21
edits
Changes
→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>