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:20:57 +0000
committerGravatar admin <admin@branchable.com>2012-09-06 02:20:57 +0000
commit669c11d1f1ed3c51ab1e24234dfca4b6e93beda2 (patch)
tree78c9f0e0fbae1e949c360b56800bcc00d507046b /doc
parentb2cf8a1f475b7940b45590241a8f961e62015921 (diff)
removed
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Large_unannex_operations_result_in_stale_symlinks_and_data_loss/comment_1_16c97909d60c87f76d085f1899ebcbd9._comment20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index b9d2d89c9..000000000
--- 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
-
-
-"""]]