SVN解决创建文件时不带锁

时间:2021-05-15 03:53:28
解决创建文件时不带锁
 
C:\Documents and Settings\你的用户名\Application Data\Subversion
 
找到上面的用户路径
打开config添加
### Section for configuring automatic properties.
[auto-props]
* = svn:needs-lock
 
然后开启提示 找到这行代码 将注释符号#去掉
# enable-auto-props = yes

相关文章