[Bug 50756] "Path is invalid." when using "SVN update" with SVN for Windows, which is used by TortoiseSVN

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 24 00:52:38 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50756

Alex Folland <lexlexlex at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #30 from Alex Folland <lexlexlex at gmail.com> ---
Hey Roman!  I noticed your changes have been upstreamed, so I built the latest
wine-staging and tested here.  Everything works beautifully!  Thank you so
much.  I'm marking this resolved.  TortoiseSVN works well.  The only tweaks we
have to make for wine are:

1. Disable the Direct2D-rendered Scintilla text field by setting
ScintillaDirect2D to "false"
2. Do either of the following:

-Disable ribbon UI in TortoiseMerge by creating a DWORD
"HKCU\Software\\TortoiseMerge\\UseRibbons" and setting it to FALSE

or

-Copy the following DLLs from a Windows installation to
~/.wine/drive_c/windows/system32/ and rename them to lower-case versions, then
set them to be used as overrides in winecfg:

-C:\Windows\System32\UIRibbon.dll
-C:\Windows\System32\UIRibbonRes.dll
-C:\Windows\System32\uxtheme.dll
-C:\Windows\System32\propsys.dll

3. Set up some sort of integration with a file manager.  I've shared my
integration with Nemo here:
https://github.com/AlexFolland/tortoisesvn-wine-nemo-actions

After that, TortoiseSVN will work with Linux in a relatively seamless way!

Thanks for all the help, everyone in this thread!

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list