Question

Does anyone know where the SVN global config file is for the Slik SVN client for Windows? Specifically 64 bit?

Was it helpful?

Solution

Mine is located here (Windows 7 64-bit):

%USERPROFILE%\AppData\Roaming\Subversion\config

OTHER TIPS

It's usually located in %APPDATA%\Subversion.

Paths:

C:\Documents and Settings\%USERNAME%\Application Data\Subversion\  --Windows XP   
C:\Users\%USERNAME%\AppData\Roaming\Subversion  -- Vista / 7

In Windows, If you can't see the config file. You can open it (without extension) if you paste the above selected path in your window explorer. And then will choose your IDE app.

Finally, you can read the README file located in the same route.

Or here if using the "localsystem" account: C:\Windows\System32\config\systemprofile\AppData\Roaming\Subversion

Credit to: this answer

In my case all pathes from the comments contain default empty config files and real service parameters were stored at the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clansoft\SVNService

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top