SubVersion

From Wiki RB4
Revision as of 11:50, 27 November 2007 by UweHeuer (talk | contribs) (→‎Concepts)

Installation

s. Installation

Configuration

  1. mkdir C:\Uwes\Programme\Subversion\repositories\uweheuer => directory for repository
  2. svnadmin create \Uwes\Programme\Subversion\repositories\uweheuer => create repository

Concepts

Subversion can be used without running the server. The repository can be stored on your local file system and accessed by a Subversion client directly. The data is stored in a repository. The repository stores the data in a filesystem tree.

  1. check out (copy) => working copy: svn checkout <???>
  2. publish: svn commit <???>

Tools

svn

svn is the command line client.