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

RE: Re: Access to C:\Users\<windowsAccount> was denied.

From: Adam D. Walling <adam.walling_at_gmail.com>
Date: Mon, 19 Dec 2011 12:26:24 -0800 (PST)

WinDbg to the rescue!

If you have symbols, I am sure this could be a lot easier.

The trouble appears to be in a CStdioFile call that attempts to open C:\Users\<windowsAccountName>

This being a directory, it of course fails. The IS_DIRECTORY result is noticeable in ProcMon.

I attached WinDbg and put a bp at mfc100u!CStdioFile::CommonInit -- this error occurs at the first hit of the breakpoint.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-12-19 21:27:59 CET

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.