SubVersion: Difference between revisions
(→svn) |
|||
| 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.
- check out (copy) => working copy: svn checkout <???>
- publish: svn commit <???>
Tools
svn
svn is the command line client.