From 669c11d1f1ed3c51ab1e24234dfca4b6e93beda2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0" Date: Thu, 6 Sep 2012 02:20:57 +0000 Subject: [PATCH] removed --- ..._16c97909d60c87f76d085f1899ebcbd9._comment | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment diff --git a/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment b/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment deleted file mode 100644 index b9d2d89c9a..0000000000 --- a/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment +++ /dev/null @@ -1,20 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0" - nickname="Ben" - subject="comment 1" - date="2012-09-06T02:20:15Z" - content=""" -Here is a brief script to facilitate easy reproduction of the issue, - - mkdir hi - wget http://downloads.sourceforge.net/project/free-cad/FreeCAD%20Source/freecad-0.11.3729.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffree-cad%2Ffiles%2FFreeCAD%2520Source%2F&ts=1346897441&use_mirror=iweb - git init - git annex init - tar -zxf freecad-0.11.3729.tar.gz - git annex add FreeCAD-0.11.3729 - git annex unannex FreeCAD-0.11.3729 - echo \"The following links are broken:\" - find -L . -type l - - -"""]]