Changes

Jump to: navigation, search

SVN

361 bytes added, 21:49, 22 October 2006
no edit summary
The typical work cycle will use the following commands:
 
==Check out your project==
 
*To check out svn repository for your project, use the following command (do this once per client computer):
<pre>svn checkout svn://cdot.senecac.on.ca/<yourprojecthere>/</pre>
==Update your working copy==
===svn update===
:When working on a project with a team, you'll want to update your working copy to receive changes made by other developers since your last update. (An update will take files/directories etc. on the server and copy it to your local copy):
<pre>
$svn update
===svn commit===
*This command sends all of your changes to the repository(takes changes in your local copy and copy them to the server). When you commit a change, <b>you need to supply a log message</b>, describing your change.
<pre>
$ svn commit --message "Corrected number of cheese slices."
1
edit

Navigation menu