您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567
  1. #!/bin/sh
  2. find . -name \*.java -exec svn ps svn:keywords "Id" '{}' \;
  3. find . -name \*.xml -exec svn ps svn:keywords "Revision Id" '{}' \;
  4. find . -name \*.java -exec svn ps svn:eol-style native '{}' \;
  5. find . -name \*.xml -exec svn ps svn:eol-style native '{}' \;