svn

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.

Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server

| | | | |

This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac, the project manager for software development projects, on a server running Ubuntu (or possibly Debian).

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