From ae54ece7ffe79331935dda42e9842a10fbe472da Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0" Date: Thu, 6 Sep 2012 02:28:00 +0000 Subject: [PATCH] Added a comment --- ..._fbb410a54bb0bd82d0953ef58a88600e._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_fbb410a54bb0bd82d0953ef58a88600e._comment diff --git a/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_fbb410a54bb0bd82d0953ef58a88600e._comment b/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_fbb410a54bb0bd82d0953ef58a88600e._comment new file mode 100644 index 0000000000..14172a3e5a --- /dev/null +++ b/doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_fbb410a54bb0bd82d0953ef58a88600e._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0" + nickname="Ben" + subject="comment 1" + date="2012-09-06T02:28:00Z" + content=""" + +Here is a quick script which reproduces the issue on another Ubuntu 12.04 machine, + + mkdir hi + cd hi + wget \"http://downloads.sourceforge.net/project/free-cad/FreeCAD%20Source/freecad-0.11.3729.tar.gz\" + + 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 + +This results in dozens of dead symlinks. + +"""]]