Index: themes/cpsvndir =================================================================== --- themes.orig/cpsvndir 2009-09-11 12:40:40.000000000 -0400 +++ themes/cpsvndir 2009-09-11 13:14:00.000000000 -0400 @@ -46,7 +46,7 @@ mkdir -p "$DEST/$file" else cp -pR "$file" "$DEST/$file" - chown $EUID:$EGID "$DEST/$file" + chown -h $EUID:$EGID "$DEST/$file" chmod +r "$DEST/$file" &> /dev/null fi done