First page Back Continue Last page Overview Graphics
Setting up a Repository
Create a directory for the repository/database ex: /var/svn/repos
svnadmin create /var/svn/repos
In another directory,
check out a working copy with
svn checkout file:///var/svn/repos
Notes: