Author: sgala
Date: Wed May 7 00:10:13 2008
New Revision: 654013
URL: http://svn.apache.org/viewvc?rev=654013&view=rev
Log:
Typo in script
Modified:
incubator/shindig/trunk/etc/set_svn_properties.sh
Modified: incubator/shindig/trunk/etc/set_svn_properties.sh
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/etc/set_svn_properties.sh?rev=654013&r1=654012&r2=654013&view=diff
==============================================================================
--- incubator/shindig/trunk/etc/set_svn_properties.sh (original)
+++ incubator/shindig/trunk/etc/set_svn_properties.sh Wed May 7 00:10:13 2008
@@ -2,7 +2,7 @@
# this script will set the proper svn properties on all the files in the tree
# It pretty much requires a gnu compatible xargs (for the -r flag). Running
# on Linux is probably the best option
-# Note: use the folling line if you want to remove svn:keywords
+# Note: use the following line if you want to remove svn:keywords
for ext in java php xml xsl xsd wsdl properties txt htm* css js ; do find .
-path '*/.svn' -prune -o -name "*.$ext" -print0 | xargs -0 -r svn propdel
svn:keywords ; done