Setting Up A Subversion Repository Using Apache, With Auto Updatable Working Copy Subversion is a free/open-source version control system. That is, Subversion manages files and directories over time. A tree of files is placed into a central repository. The repository is much like an ordinary file server, except that it remembers every change ever made to your files and directories. 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. in Public bookmarkswith apachecontrolcvslinuxsubversionsvnversionby 2 users
Using The Bazaar Version Control System (VCS) On Debian Etch Bazaar is a distributed version control system (VCS) available under the GPL; it is similar to Subversion (svn). Bazaar is sponsored by Canonical, Ltd., the company that develops the Ubuntu Linux distribution, and therefore the Ubuntu project is the most prominent user of Bazaar. This article explains how to set up and use Bazaar on a Debian Etch system, and how to configure an SFTP-/HTTP server to host your Bazaar repository. in Public bookmarkswith bazaarcvsdebiansubversionsvnubuntuvcsby 2 users