Application Details:
Version: | 1.7 |
License: | Open Source |
URL: | http://tortoisesvn.net/ |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.33 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything except blame.
What does not
Workarounds
What was not tested
Shell extensions.
Hardware tested
Graphics:
Additional Comments
Download URL: http://sourceforge.net/projects/tortoisesvn/files/1.7.15/Application/ Use WINEARCH=win32 winecfg to make clear win32 environment. TortoiseSVN 1.7 only works in it. Add the following into .bashrc: function tort { local WPATH=`winepath --windows $2`; wine "C:\\Program Files\\TortoiseSVN\\bin\\TortoiseProc.exe" "/command:${1}" "/path:${WPATH}"; } export -f tort Then use in the following way: tort operation [absolute/relative unix path] The full list of operations: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Gentoo Linux x86_64 | Feb 27 2015 | 1.7.33 | Yes | Yes | No | Gold | Andrey Niahajchyk | |
Show | Gentoo Linux x86_64 | Jul 27 2013 | 1.5.31 | Yes | Yes | No | Gold | Andrey Niahajchyk | |
Show | Gentoo Linux x86_64 | Nov 16 2012 | 1.5.16 | Yes | Yes | No | Bronze | Andrey Niahajchyk | |
Show | Gentoo Linux x86_64 | Nov 09 2012 | 1.5.16 | Yes | Yes | No | Gold | Andrey Niahajchyk | |
Show | Ubuntu 12.04 "Precise" i386 (+ variants like Kubuntu) | Apr 14 2012 | 1.4 | Yes | Yes | No | Gold | an anonymous user |
Since all commands for TortoiseSVN are controlled through command line parameters, you can automate it with batch scripts or start specific commands and dialogs from other programs (e.g. your favourite text editor).
See documentation here
Comments for this application have been disabled because there are no maintainers.