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.
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