Subversion: Difference between revisions

From DWIKI
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|
From the subversion book:
|-
<blockquote>Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This 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://subversion.tigris.org/ http://subversion.tigris.org/] || Homepage
 
|-
----
| [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/] || the subversion book
 
|-
=Useful links=
| [http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html] || Setting up a subversion server
*[http://subversion.tigris.org/ Homepage]
|}
*[http://svnbook.red-bean.com/ The subversion book]
*http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html
*[http://wiki.osuosl.org/display/LNX/Subversion+SVN+and++LDAP+and+Webdav Subversion and LDAP]
 
=FAQ=
*http://subversion.tigris.org/project_faq.html

Latest revision as of 12:56, 3 December 2009

From the subversion book:

Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This 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".


Useful links

FAQ