Changes

Jump to: navigation, search

SVN for School Projects

360 bytes added, 12:20, 15 February 2012
Svn basic commands
*: Conflicts can easily be edited, saved and resolved using the tools provided by SVN.
* A '''Version-controlled or versioned''' file is a file that is handled and tracked by a repository.
<hr>
* For all the command lines below, note that if the userid and password is not set to be saved in svn, then you need to add
<big><pre>
--username stdId --password stpassword
</pre></big>
to the end if each svn command. (userid and password '''IS''' set to be saved by default, make sure to reboot your lab computer for the uid and pass to be removed)
 
 
 
== checkout ==
To '''checkout''' is to download the code from a repository server as a whole, or partial, to a versioned directory on the client, so that you can start working on the code.

Navigation menu