-
Notifications
You must be signed in to change notification settings - Fork 23
Subversion.wiki
bleskodev edited this page May 15, 2018
·
2 revisions
Subversion lets one or multiple developers organize a central repository where changes are managed. With each 'commit' (change) a diff will be created against the previous revision. When hunting down some bugs, it can be usefull to get the latest revision to see if it fixes your particular problem. Due to the scripting characteristic of ruby you do not have to install it on your system just to run rubyripper!
Here follows the commands you have to run in a terminal/konsole. The chosen directories are just an example. And of course you need to install subversion before doing this!
- cd $HOME
- svn checkout http://rubyripper.googlecode.com/svn/trunk/ rubyripper-svn
- cd $HOME/rubyripper-svn
- svn update
Make sure you've installed the dependency list in the README file
- cd $HOME/rubyripper-svn
- ./configure --update-lang
Make sure you've installed the dependency list in the README file
- cd $HOME/rubyripper-svn
- ./rubyripper_gtk2.rb or
- ./rubyripper_cli.rb