SubVersion
Installation
s. Installation
Configuration
- mkdir C:\Uwes\Programme\Subversion\repositories\uweheuer => directory for repository
- 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.
- check out (copy) => working copy: svn checkout <???>
- publish: svn commit <???>
Tools
svn
svn is the command line client.