From: g0dil Date: Tue, 15 Jan 2008 10:27:55 +0000 (+0000) Subject: Make '_templates/add.sh' schedule the file for SVN repository addition X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=9ae958ea61331c4bd061e4aab220ddeba616a1b0;p=senf.git Make '_templates/add.sh' schedule the file for SVN repository addition git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@600 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/_templates/add.sh b/_templates/add.sh index f349159..35d9df0 100755 --- a/_templates/add.sh +++ b/_templates/add.sh @@ -47,3 +47,6 @@ fi sed -e "s/@NAME@/$name/g" -e "s/@AUTHOR@/${SENF_AUTHOR:-@AUTHOR@}/g" \ < "$base/Example.$type" \ > "$1" + +svn add "$1" +svn propset svn:keywords "Author Date Id Revision" "$1"