aboutsummaryrefslogtreecommitdiffstats
path: root/tools/svnadd
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-11-25 22:57:24 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-11-25 22:57:24 +0000
commit899352495391b304ea7eb40976923731bac88cf0 (patch)
tree1dfc1de3b66ee5345ecc6120b20bbb15555ee7e8 /tools/svnadd
parent946d6918244bbf88119ee626b21eaaa950546e61 (diff)
Delete the svn:executable property on added files (we might add it back later).
svn path=/trunk/; revision=53587
Diffstat (limited to 'tools/svnadd')
-rwxr-xr-xtools/svnadd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/svnadd b/tools/svnadd
index f2a7fe60be..6a477f79a4 100755
--- a/tools/svnadd
+++ b/tools/svnadd
@@ -39,6 +39,9 @@ do
# to fix svn properties too).
svn add $file
+ # Don't allow svn to automatically set this
+ svn propdel svn:executable $file
+
case "$file" in
*.asciidoc|*.dox|*.txt)
svn ps svn:keywords Id $file