Le blog du pangolin

Accueil > Programmation > Gestion de version avec subversion

Gestion de version avec subversion

lundi 17 janvier 2011, par Super Pangolin

Installation : rien de plus simple : yum ou apt-get et l’affaire est dans le sac.

apt-get install subversion

Une fois fait, on a a notre disposition un ensemble d’outils :

svn

The command-line client program
svnversion

A program for reporting the state (in terms of revisions of the items present) of a working copy
svnlook

A tool for directly inspecting a Subversion repository
svnadmin

A tool for creating, tweaking, or repairing a Subversion repository
mod_dav_svn

A plug-in module for the Apache HTTP Server, used to make your repository available to others over a network
svnserve

A custom standalone server program, runnable as a daemon process or invokable by SSH ; another way to make your repository available to others over a network.
svndumpfilter

A program for filtering Subversion repository dump streams
svnsync

A program for incrementally mirroring one repository to another over a network

Un message, un commentaire ?

Qui êtes-vous ?
Votre message

Pour créer des paragraphes, laissez simplement des lignes vides.