summaryrefslogtreecommitdiff
path: root/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment')
-rw-r--r--doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment20
1 files changed, 20 insertions, 0 deletions
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
new file mode 100644
index 000000000..b9d2d89c9
--- /dev/null
+++ b/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment
@@ -0,0 +1,20 @@
+[[!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
+
+
+"""]]