Difference between revisions of "SVN for School Projects"
Line 1: | Line 1: | ||
=What is svn?= | =What is svn?= | ||
+ | [http://svnbook.red-bean.com/ 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= | =Common actions for school projects= | ||
==Kick-start a project (project initiation)== | ==Kick-start a project (project initiation)== | ||
Line 6: | Line 7: | ||
==Continue working on a task on a new computer== | ==Continue working on a task on a new computer== | ||
==Continue working on a task (everyday work)== | ==Continue working on a task (everyday work)== | ||
− | |||
=Standard svn tree structure= | =Standard svn tree structure= | ||
=Svn basic commands= | =Svn basic commands= |
Revision as of 16:29, 25 January 2012
Contents
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.