SVN for School Projects

From CDOT Wiki
Revision as of 17:29, 25 January 2012 by Fardad (talk | contribs)
Jump to: navigation, search

What is svn?

svn (Subversion) is a source code repository. It is a program capable of storing the source code of a project and keep track of all the changes made (contributions) by its developers.

Common actions for school projects

Kick-start a project (project initiation)

start working on a project

Start a task

Continue working on a task on a new computer

Continue working on a task (everyday work)

Standard svn tree structure

Svn basic commands