SubVersion: Difference between revisions
| 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
- 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.