cvs

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.

Multisite CVS Drupal Installation on Ubuntu

| | | | | | |

This howto shows you how to do a multi-site Drupal install on Ubuntu. It also covers how to layout your directories for ease of maintenance, and how to ensure that you can update Drupal easily from CVS.

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.

How To Configure Web Access To Subversion Repositories Using Apache

| | | | | | |

This guide is going to describe the steps to get the mod_dav_svn module to work on an Apache web server. First I will assume that we do not have Apache and Subversion installed on our FreeBSD box, in a second part I will explain how to add the module using our current installation.

Syndicate content