Open main menu

CDOT Wiki β

Changes

OOP344 Student Resources

No change in size, 22:48, 12 January 2012
Changed link to SVN setup tutorial
== SVN ==
<p>[[Development and submission steps using SVN - OOP344 2011220121]] This is a quick way to get everyone familiar with SVN in a brain friendly manner without the need to sift through pages of unnecessary documentation.</p>
<p>
[http://lmgtfy.com/?q=what+is+svn What is SVN?] Subversion or SVN is a control system where it allows you to properly organize and manage files and directories and the changes to them over time. SVN allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine”. [http://svnbook.red-bean.com/en/1.4/svn.intro.whatis.html]