#打开svn client配置文件
vi ~/.subversion/config
取消注释:
### Set store-auth-creds to 'no' to avoid storing any subversion ### credentials in the auth/ area of your config directory. ### It defaults to 'yes'. Note that this option only prevents ### saving of *new* credentials; it doesn't invalidate existing ### caches. (To do that, remove the cache files by hand.) store-auth-creds = no即可
本文介绍了如何通过修改SVN客户端的配置文件来禁用凭证存储功能。通过设置store-auth-creds为no,可以避免SVN在用户的配置目录中保存任何认证信息。
3986

被折叠的 条评论
为什么被折叠?



