root/10kz/setprops.sh
| Revision 42, 170 bytes (checked in by jm3, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | echo setting +Id property on text files |
| 4 | find . -type f | grep -v svn | xargs -n1 file | grep -i text | sed "s/:.*//" | xargs -n1 svn propset svn:keywords "Id" |
Note: See TracBrowser for help on using the browser.