Subversion: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
*http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html | *http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html | ||
*[http://wiki.osuosl.org/display/LNX/Subversion+SVN+and++LDAP+and+Webdav Subversion and LDAP] | *[http://wiki.osuosl.org/display/LNX/Subversion+SVN+and++LDAP+and+Webdav Subversion and LDAP] | ||
=FAQ= | |||
*http://subversion.tigris.org/project_faq.html |
Revision as of 20:27, 19 November 2008
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
- http://subversion.tigris.org/ Homepage
- http://svnbook.red-bean.com/ the subversion book
- http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html
- Subversion and LDAP
FAQ