适用于 Windows 的 Slik SVN 客户端的 Subversion 全局配置文件在哪里?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6310539/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where is the Subversion global config file for the Slik SVN client for Windows?
提问by Darren
Does anyone know where the SVN global config file is for the Slik SVN client for Windows? Specifically 64 bit?
有谁知道适用于 Windows 的 Slik SVN 客户端的 SVN 全局配置文件在哪里?特别是64位?
回答by Brandon
Mine is located here (Windows 7 64-bit):
我的位于此处(Windows 7 64 位):
%USERPROFILE%\AppData\Roaming\Subversion\config
回答by Stefan
It's usually located in %APPDATA%\Subversion
.
它通常位于%APPDATA%\Subversion
.
回答by uri
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.
在 Windows 中,如果看不到配置文件。如果将上面选择的路径粘贴到窗口资源管理器中,则可以打开它(不带扩展名)。然后将选择您的 IDE 应用程序。
Finally, you can read the README file located in the same route.
最后,您可以阅读位于同一路径中的 README 文件。
回答by Paul Martin
Or here if using the "localsystem" account: C:\Windows\System32\config\systemprofile\AppData\Roaming\Subversion
或者,如果使用“localsystem”帐户:C:\Windows\System32\config\systemprofile\AppData\Roaming\Subversion
Credit to: this answer
归功于:这个答案
回答by AlexandrS
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
在我的情况下,注释中的所有路径都包含默认的空配置文件,并且实际服务参数存储在注册表中: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clansoft\SVNService