Changes

Jump to: navigation, search

FAQ

2 bytes removed, 13:23, 6 October 2006
SVN Common Commands
#: View a [http://subversion.tigris.org/links.html#clients list of SVN clients] available for various platforms and development environments.
===SVN Common Commands===
#: To access the svn repository for your project, use the following command to 'check out' your project. #<pre>
svn checkout svn://cdot.senecac.on.ca/test/<yourprojecthere>
</pre>
#: Once you have your repository sandbox, change directories into the project folder.#: To add a file to your svn repository, use the following command:#<pre>
svn add <filename>
</pre>
#: To remove a file from your svn repository, type:
<pre>
svn remove <filename>
1
edit

Navigation menu