SVA Quick Start
This is a very terse introduction to using SVA. For more information, please
take a look at the documentation page.
Install SVN Dependencies
Downloading and Installing SVA
SVA is distributed as a RubyGem. You can install it using the gem command:
$ gem install svnauto --include-dependencies
Other download options can be found on the SVA RubyForge page.
Getting SVA from Its Subversion Repository
$ svn co http://pmade.com/svn/oss/sc/trunk sc-trunk
Configure Your Repositories
Start by telling SVA about the repositories you use:
$ sva config --add
You can also use this method to create a new local repository. When
prompted for a repository URL, give a path to a nonexistent directory.
Other Things You Can Do
See the documentation page for a complete feature list.