Subversion client config

原文链接:GettingSourceCode

Subversion client config

Add this to your subversion client configuration file:

Note: make sure the settings are merged into the appropriate section if it already exists, as duplicate section names can cause problems.

Possible locations of your subversion client configuration

  • Windows: C:/Documents and Settings/yourname/Application Data/Subversion/config

  • Linux: ~/.subversion/config

Note: The names of svn keywords that are substituted in files may not match the SVN keywords in this config file. This is because a number of SVN keywords have alternate names that can be used. For example the "Revision" keyword may be specified as "Rev" and "LastChangedRevision" and can be used interchangably. This file uses the standard Subversion Keywords, not their alternate forms for clarity and consistency with the Subversion config files used by other ASF projects. This config file does not need to be changed to use the alternate forms for the alternate forms to be able to be used. For further information on Subversion keywords see [WWW] http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.4.

  • [miscellany]
    global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store build dist target
    enable-auto-props = yes
    
    [auto-props]
    *.c = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
    *.cpp = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
    *.h = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
    *.dsp = svn:eol-style=CRLF
    *.dsw = svn:eol-style=CRLF
    *.sh = svn:executable;svn:eol-style=native;svn:keywords=Date Revision
    *.cmd = svn:mime-type=text/plain;svn:eol-style=CRLF
    *.bat = svn:mime-type=text/plain;svn:eol-style=CRLF
    Makefile = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
    *.obj = svn:mime-type=application/octet-stream
    *.bin = svn:mime-type=application/octet-stream
    *.bmp = svn:mime-type=image/bmp
    *.class = svn:mime-type=application/java
    *.doc = svn:mime-type=application/msword
    *.exe = svn:mime-type=application/octet-stream
    *.gif = svn:mime-type=image/gif
    *.gz = svn:mime-type=application/x-gzip
    *.jar = svn:mime-type=application/java-archive
    *.jelly = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.jpg = svn:mime-type=image/jpeg
    *.jpeg = svn:mime-type=image/jpeg
    *.pdf = svn:mime-type=application/pdf
    *.png = svn:mime-type=image/png
    *.tgz = svn:mime-type=application/octet-stream
    *.tif = svn:mime-type=image/tiff
    *.tiff = svn:mime-type=image/tiff
    *.zip = svn:mime-type=application/zip
    *.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.xml = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Revision
    *.ent = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.dtd = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.vsl = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.xsd = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Revision
    *.xsl = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Revision
    *.wsdl = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Revision
    *.htm = svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Date Revision
    *.html = svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Date Revision
    *.css = svn:mime-type=text/css;svn:eol-style=native;svn:keywords=Date Revision
    *.js = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.jsp = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.java = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.properties = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    *.sql = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Revision
    

To verify the auto-props processing is working you can test adding a file without committing it (Windows example):

  • C:/geronimo>echo testdata>test-auto-props.xml
    
    C:/geronimo>svn add test-auto-props.xml
    A         test-auto-props.xml
    
    C:/geronimo>svn proplist test-auto-props.xml
    Properties on 'test-auto-props.xml':
      svn:mime-type
      svn:keywords
      svn:eol-style
    
    C:/geronimo>svn propget svn:mime-type test-auto-props.xml
    text/xml
    
    C:/geronimo>svn propget svn:keywords test-auto-props.xml
    Date Author Id Revision HeadURL
    
    C:/geronimo>svn propget svn:eol-style test-auto-props.xml
    native
    
    C:/geronimo>svn revert test-auto-props.xml
    Reverted 'test-auto-props.xml'
    
    C:/geronimo>del test-auto-props.xml
    

If you didn't get the results above, double check that the following line in the [miscellany] section is set and not commented out or set elsewhere.

  • enable-auto-props = yes
    
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值