Asvn
Requiremens
- Redhat and Fedora: yum install subversion-ruby
- Ubuntu and Debian: apt-get install libsvn-ruby
- OS X: sudo port install subversion-rubybindings
Installation
Add this line to your application's Gemfile:
gem 'asvn'
And then execute:
$ bundle
Or install it yourself as:
$ gem install asvn
Usage
Example of usage you can find in test/test.rb
Ready methods
svn list svn info svn log svn export svn checkout
TODO
svn add svn revert svn delete svn commit svn update svn status svn diff
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request