Finger quicker than the brain ...
(but that's not *that* hard.)
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=983512
To unsubscribe from this discussion, e-mail: [[email protected]].diff -u migration.sh.orig migration.sh
--- migration.sh.orig 2008-12-12 19:44:33.585403338 +0100
+++ migration.sh 2008-12-12 19:47:35.005401150 +0100
@@ -123,4 +123,11 @@
done
+ # Cleanup of empty directories in original WAA.
+ # The directories shouldn't be used anymore, so the
+ # removal should work.
+ echo rmdir $FSVS_WAA/??/??/*
+ echo rmdir $FSVS_WAA/??/?? 2> /dev/null
+ echo rmdir $FSVS_WAA/?? 2> /dev/null
+
done
diff -u migration.sh.orig2 migration.sh
--- migration.sh.orig2 2008-12-12 19:48:27.649400813 +0100
+++ migration.sh 2008-12-12 19:48:34.610940351 +0100
@@ -79,7 +79,7 @@
echo "move Urls File from WC to NEW_WAA_PATH"
if [ -f "$RES_WC_PATH/Urls" ];then
- echo "mv $RES_WC_PATH/Urls $NEW_WAA_PATH/"
+ echo "mv $RES_WC_PATH/Urls $NEW_WAA_PATH/urls"
fi