Changes

Jump to: navigation, search

FAQ

1,037 bytes removed, 14:34, 6 October 2006
SVN
#: Look them up on the [http://www.nebula.sorcery.net/glossary/ Glossary of IRC terminology]
==SVN==
# '''What is SVN?'''
#: Subversion (or SVN for short) is a revision control system that is used to track changes to a project's file repository. SVN tracks changes to the repository made by each project collaborator. SVN tracks changes and can be used to analyze differences and undo changes at a later time if needed. This allows for greater collaboration and speed , while minimizing (though never completely elimintating) risks associated with duplication and overwriting each others work. Project contents need not be limited to source code files.
# '''Where can I find an SVN tutorial?'''
#: [[Subversion_tutorial|Here]]
# '''More complete documentation?'''
#: Detailed SVN tutorials and other help information can be found in the [http://svnbook.red-bean.com/ free official online book] by [http://www.oreilly.com/ O'Reilly Media.]
# '''Where can I find an SVN Client?
#: View a [http://subversion.tigris.org/links.html#clients list of SVN clients] available for various platforms and development environments.
==SVN==
# '''What is SVN?'''
* 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.
1
edit

Navigation menu