Subversion Automation 1.0.2 review
DownloadSubversion Automation project is a wrapper around Subversion that automates and standardizes branching and merging. The primary go
|
|
Subversion Automation project is a wrapper around Subversion that automates and standardizes branching and merging.
The primary goal of the project is to simplify the more complex features of Subversion and therefore encouraging their use.
Requirements:
Subversion (svn and svnadmin)
Ruby
RubyGems
Downloading and Installing SC
SC is distributed as a RubyGem. You can install SC using the gem command:
> gem install svnauto --include-dependencies
Other download options can be found at: http://rubyforge.org/projects/svnauto/
Getting SC from Its Subversion Repository
> svn co http://pmade.com/svn/oss/sc/trunk sc-trunk
Configure Your Repositories
Start by telling SC about the repositories you use:
> sc 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.
Subversion Automation 1.0.2 keywords