zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    第4章 排序
    第5章 算术与代数
    第6章 组合数学
    第7章 数论
    第8章 回溯法
    第9章 图遍历
    第11章 动态规划
    第10章 图算法
    第12章 网格
    第13章 几何
  • 原文地址:https://www.cnblogs.com/fengbohello/p/4250948.html
Copyright © 2011-2022 走看看