summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0 <Ben@web>2012-09-06 02:28:00 +0000
committerGravatar admin <admin@branchable.com>2012-09-06 02:28:00 +0000
commitae54ece7ffe79331935dda42e9842a10fbe472da (patch)
tree8cabacf3a05ce2f51c3864b575f93bec78f0dc2d /doc
parent669c11d1f1ed3c51ab1e24234dfca4b6e93beda2 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_fbb410a54bb0bd82d0953ef58a88600e._comment24
1 files changed, 24 insertions, 0 deletions
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 000000000..14172a3e5
--- /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.
+
+"""]]