SubVersion: Difference between revisions

From Wiki RB4
Line 4: Line 4:
==Concepts==
==Concepts==
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.
#check out (copy) => working copy: svn checkout <???>
#publish: svn commit <???>


==Tools==
==Tools==

Revision as of 11:14, 27 November 2007

Installation

s. Installation

Concepts

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.