

Note: This book is the ultimate collection of knowledge about subversion and you are advised to refer to it on all Subversion related topics. In this regard, many people think of a version control system as a sort of “time machine.” This allows you to recover older versions of your data or examine the history of how your data changed. That is, Subversion manages files and directories, and the changes made to them, over time. Subversion is a free/open source version control system (VCS). With that said, it is one of the free ones, it’s mature and is extensively used world wide. Subversion is by no means the only version control system in existence and alternatives include Git (which was created by Linus Torvalds the Linux kernel founder), Mercurial and PerForce to name a few. We’ve also included an example of a project you can checkout and use for said router.
#Subversion check in how to#
In this guide, we will go over some basic SVN terminology, show how to install the SVN client on Linux, Windows and if you have one your OPKG enabled DD-WRT router. Doing so enables you to benefit from the latest still unreleased changes, help with testing and even development. There could be numerous reasons why you would want to be able to “checkout” the latest code for a software project that uses a versioning system. This guide is only intended to give you the shorthand answer to the most basic of questions. This guide is by no means a definitive guide for Subversion and a lot of information can be found on the Subversion Red Book. This guide will aim to give you the ability to use the subversion client in general, and, if you have one, on your *DD-WRT router.
