WineHQ

TortoiseSVN

No Screenshot

Submit Screenshot
TortoiseSVN 1.7 was built to support Subversion 1.7 features.

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!

Free Download http://tortoisesvn.net/tsvn_1.7_releasenotes.html

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Everything except blame.

What does not

  • Shell extensions (Integration into file manager / right-click menu in Windows Explorer) is the main way to use TortoiseSVN. Currently, wine doesn't support any shell extensions.
  • blame. fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}

Workarounds

What was not tested

Shell extensions.

Hardware tested

Graphics:

  • GPU:
  • Driver:

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

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentGentoo Linux x86_64Feb 27 20151.7.33Yes Yes NoGoldAndrey Niahajchyk 
ShowGentoo Linux x86_64Jul 27 20131.5.31Yes Yes NoGoldAndrey Niahajchyk 
ShowGentoo Linux x86_64Nov 16 20121.5.16Yes Yes NoBronzeAndrey Niahajchyk 
ShowGentoo Linux x86_64Nov 09 20121.5.16Yes Yes NoGoldAndrey Niahajchyk 
ShowUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)Apr 14 20121.4Yes Yes NoGoldan anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
11461 Wine explorer/winefile should support shell context menu extensions (handlers) NEW View

Show all bugs

HowTo / Notes

Hints for automating TortoiseSVN

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

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back