diff options
author | murphy <murphy@rubychan.de> | 2010-04-14 23:42:32 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-04-14 23:42:32 +0000 |
commit | 612a14e17bdae5dbb5b13cdceec797523725cbbe (patch) | |
tree | 5c9a1322e036d7faeb429823634f2d4c9aeff040 /test | |
parent | 6706fd8bbd331c6540c5d237120f860cffc5efb0 (diff) | |
download | coderay-612a14e17bdae5dbb5b13cdceec797523725cbbe.tar.gz |
A nice script which helps setting the svn:ignore properties.
Diffstat (limited to 'test')
-rwxr-xr-x | test/scanners/set-scanner-ignore-properties.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scanners/set-scanner-ignore-properties.sh b/test/scanners/set-scanner-ignore-properties.sh new file mode 100755 index 0000000..45f63ce --- /dev/null +++ b/test/scanners/set-scanner-ignore-properties.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +echo -e "*.actual.*\n*.expected.html\n*.debug.diff*" > svn-ignore-value +find . -depth 1 -type d -not -name '.*' -exec svn ps svn:ignore -F svn-ignore-value {} \; +rm svn-ignore-value
\ No newline at end of file |