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

Re: Problem using with tortosesvn 1.6.9 on Windows 7: "Can't determine the user's config path."

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 08 Jul 2010 18:27:28 +0200

On 07.07.2010 21:03, Steven Wasserman wrote:
> I installed the 32-bit windows version of TortoiseSVN using the msi
> installer (TortoiseSVN-1.6.9.19725-win32-svn-1.6.12.msi). Everything
> worked fine for a while. After a few hours, TortoiseSVN stopped working.
> Whenever I tried any command, I got an error dialog: “Can’t determine
> the user’s config path.” (This dialog appears even for the “about”
> command.)

The users config path is determined with a Windows API. If that API
tells that the config path is not available you get this error.
When this happens again, hit "Start", then "Run" (or hit the windows key
and R), then type %APPDATA% and hit enter.
The env variable %APPDATA% points to the user app data directory where
the user config data is stored. If that folder is not available (it may
be on a network share which isn't available anymore) then make sure it's
available again.
Also, in that folder there must be a folder named "Subversion" with a
file named "config" in there. That is created (it if doesn't exist yet)
every time an svn command is executed or a TSVN dialog is shown.

If it's not there, make sure that no other app is removing it.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2631020
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-07-08 18:28:02 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.