2013-01-03 16 views

回答

2

打開您的SVN客戶端配置文件:

vi ~/.subversion/config 

添加或取消以下設置:

[miscellany] 
enable-auto-props = yes 

[auto-props] 
*.xml = svn:eol-style=native 
*.xsd = svn:eol-style=native 
*.xsl = svn:eol-style=native 

這個文件對球隊維基。

創建一個別名轉換現有的文件,並與團隊分享:

alias svn_clean='svn propset svn:eol-style "native" *; svn commit' 

參考