SubVersion: Difference between revisions

From Wiki RB4
Line 1: Line 1:
==Installation==
==Installation==
s. [[EONISLaptop#SubVersion|Installation]]
s. [[EONISLaptop#SubVersion|Installation]]
==Configuration==
#mkdir C:\Uwes\Programme\Subversion\repositories\uweheuer => directory for repository
#svnadmin create \Uwes\Programme\Subversion\repositories\uweheuer => create repository


==Concepts==
==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.
The data is stored in a repository. The repository stores the data in a filesystem tree.



Revision as of 11:50, 27 November 2007

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.