博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux svn 一直提示输入密码,在Linux下使用svn co总是提示输入密码
阅读量:5733 次
发布时间:2019-06-18

本文共 746 字,大约阅读时间需要 2 分钟。

如图:

0818b9ca8b590ca3270a3433284dd417.png

使用Linux系统对svn上的文件进行更新的时候,总是繁琐的提示要输入密码,这样给操作带来了许多不变,因此这样处理一下就可以解决这个问题了:

1.首先找到当前用户下对应的配置文件:

例如当前用户是testEnv则/home/testEnv/.subversion/config

2.找到如下内容:

###

### Set store-passwords to 'no' to avoid storing passwords in the

### auth/ area of your config directory.  It defaults to 'yes',

### but Subversion will never save your password to disk in

### plaintext unless you tell it to (see the 'servers' file).

### Note that this option only prevents saving of *new* passwords;

### it doesn't invalidate existing passwords.  (To do that, remove

### the cache files by hand as described in the Subversion book.)

store-passwords = no

3.如上说明这时候这个是开启的,那么如果需要关闭则将store-passwords = no改成true或注释掉就行了

另外:有些非root用户修改后仍然是有上图的提示,目前找不到原因,大家遇到类似情况解决方法多多跟下,共同学习,感谢~

转载地址:http://woowx.baihongyu.com/

你可能感兴趣的文章
Fabric安装
查看>>
微服务:spring-cloud-archaius 起步
查看>>
Java免费开源数据库、Java嵌入式数据库、Java内存数据库
查看>>
关于pythonfor循环语句
查看>>
Android设置默认Launcher
查看>>
各类系统查看HBA卡WWN号
查看>>
4 GNS3模拟器的配置和使用
查看>>
LVS Nginx HAProxy 优缺点
查看>>
CSS Sprites技术使用方法工具技巧
查看>>
三种常用的Apk反编译工具
查看>>
Redis 消息队列 断线重连编码注意事项subscribe
查看>>
老男孩教育每日一题-第91天:根据要求写出itpables防火墙规则
查看>>
mysql 设置utf8字符编码
查看>>
CSS3 选择器——基本选择器
查看>>
设置JTable不可编辑的方法
查看>>
Spring Transactional
查看>>
shell脚本实例
查看>>
我的友情链接
查看>>
Windows Phone 7 隔离存储空间资源管理器
查看>>
Oracle树形结构的sql语句
查看>>