robotframework-ride-tortoisesvn

TortoiseSVN plugin for Robotframework IDE (RIDE).


Keywords
robotframework, testing, testautomation, tortoise, svn, plugin, ride
License
Other
Install
pip install robotframework-ride-tortoisesvn==0.1.1

Documentation

TortoiseSVN plugin for RIDE (robotframework IDE)

TortoiseSVN plugin for RIDE(robotframework IDE) adds additional menu item to trigger TortoiseSVN (it has to be installed separately) commands. So that RIDE users can update/commit/etc. directly from RIDE.

For more information about TortoiseSVN automation, see http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html.

For more information about Robot Framework and the ecosystem, see http://robotframework.org.

  • Main menu
    Main menu
  • Tree context menu
    Tree context menu

Installation

If you already have Python with pip installed, you can simply run:

pip install robotframework-ride-tortoisesvn

Alternatively you can get TortoiseSVN plugin source code by downloading the source distribution from PyPI and extracting it, or by cloning the project repository from GitHub. After that you can install the framework with:

python setup.py install