> Did you ever find a solution that makes Tortoise SVN work on Windows 10 
> clients that are not members of the domain? 


Hi

I realise this is an old thread but some, like me, may still be looking for 
workarounds. I've managed to get most functionality back by doing 2 things:

1. Run TortoiseProc.exe with runas at startup:

In Registry Editor:
    go to 
"Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run"
    change the "TortoiseSVN Monitor" data to: runas /netonly 
/user:DOMAIN\USERNAME "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe /tray"

(replace the DOMAIN and USERNAME values, and check that the path to 
TortoiseProc.exe is valid for your system)
        
Restart the machine and type your password when prompted. The TortoiseSVN 
Project Monitor in the notification area taskbar will now be running with the 
runas credentials. This enables checking logs and updating working copies, but 
not performing commits. To enable commits in Explorer you can then:

2. Create a "Send To" batch script
    browse to %AppData%\Microsoft\Windows\SendTo
    create a new batch file called "SVN commit.bat" and add the following line: 
runas /netonly /user:DOMAIN\USERNAME "TortoiseProc.exe /command:commit 
/path:\"%~dp1\""

To perform a commit in Explorer just go to your working copy, right click any 
existing file, and select Send to > SVN commit.bat

Cyril

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/9f8e702a-a32d-4931-82df-b01f2c0ef2c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to