TortoiseSVN 1.8 is a superset of all previous TortoiseSVN releases, and is considered the current stable and "best" release. Anything in earlier versions is also in 1.8, but 1.8 contains features and bugfixes not present in any earlier release.
Application Details:
Version: | 1.8 |
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
What does not
-
Workarounds
Use
WINEARCH=win32 winecfg
to make clear win32 environment. TortoiseSVN 1.8 only works in it.
What was not tested
Shell extensions (Integration into file manager / right-click menu in
Windows Explorer) is the main way to use TortoiseSVN.
Hardware tested
Graphics:
Additional Comments
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 | Yes | Gold | Andrey Niahajchyk | |
Show | Gentoo Linux x86_64 | Sep 01 2014 | 1.7.21 | Yes | Yes | No | Gold | Andrey Niahajchyk |
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.