Linux下设置svn过滤文件类型


1)修改客户端。

 

1、修改客户端

 1)编辑文件家目录下自己账户下的.subversion/config文件

vim ~/.subversion/config

 2)找到包含[miscellany]的一行,取消注释。

### Section for configuring miscelleneous Subversion options.
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
global-ignores = *.o *.lo *.la *.so #*# .*.rej *.rej .*~ *~ .#* .DS_Store

编辑包含 global-ignores 的那一行,取消注释,并添加需要过滤文件的通配符即可。

2、修改服务端

(还没写。。。)

 

作者:风波

mail : fengbohello@qq.com

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM