diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0 <Ben@web> | 2012-09-06 02:20:15 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-09-06 02:20:15 +0000 |
commit | b2cf8a1f475b7940b45590241a8f961e62015921 (patch) | |
tree | 733387b0d99b031cf3eaf0a9644b4bd056ba37e0 | |
parent | f13c1b01943c0068d1aba919d0a1c956281848a2 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment | 20 |
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 + + +"""]] |