Changes

Jump to: navigation, search

SVN for School Projects

665 bytes added, 12:35, 13 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.
== 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.
*GUI:
# Create a directory on your local machine
# Right click on the directory and select '''SVN Checkout'''
# Enter the path of the repository or a sub-directory inside the repository and click OK
# Enter userid and password if needed
*Command Line:
<big><pre>
svn co svn://zenit.senecac.on.ca/repoid local_directory --username stdId --password stpassword
OR
svn checkout svn://zenit.senecac.on.ca/repoid local_directory --username stdId --password stpassword
</pre></big>

Navigation menu