[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Windows 10 Security Update breaks TSVN Auth?

From: cpm2 <cpm2_at_hotmail.com>
Date: Thu, 13 Oct 2016 18:21:36 -0700 (PDT)

I got into my code repo by doing 3 things

1. Mark my unidentified VPN network as a private network using secpol.msc (specify that all unidentified networks are private by default)
        (See the Feb 12, 2016 reply here: http://answers.microsoft.com/en-us/windows/forum/windows_8-networking/cant-change-network-type-in-windows-8/2d07a961-62e5-4d0b-926f-0e2f63116b02?page=2)

2. Use a command prompt to make a NETONLY login to my box using the domain ID and password (this does not require my machine to be domain-attached):
        D:\Code>runas /netonly /user:DOMAIN\user cmd
        Enter the password for DOMAIN\user:
        Attempting to start cmd as user "DOMAIN\user" ...

3. When the command prompt appears, navigate to a new code directory, and execute an SVN command:
        svn checkout URL .
        
That got my code.

What a pain in the neck!

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3189853

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-10-14 07:30:45 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.