Where is the Subversion global config file for the Slik SVN client for Windows?

后端 未结 5 1123
渐次进展
渐次进展 2021-02-05 04:45

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

相关标签:
5条回答
  • 2021-02-05 04:58

    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

    0 讨论(0)
  • 2021-02-05 05:03

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

    Credit to: this answer

    0 讨论(0)
  • 2021-02-05 05:09

    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.

    0 讨论(0)
  • 2021-02-05 05:13

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

    0 讨论(0)
  • 2021-02-05 05:16

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

    %USERPROFILE%\AppData\Roaming\Subversion\config
    
    0 讨论(0)
提交回复
热议问题