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.
What's New in This Release:
· Official support was added for the Windows operating system.
· A new externals command was added for locking and unlocking svn:externals.
· The documentation on the new Web site was greatly improved.
Product's homepage