summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2012-12-12 13:20:42 +0000
committerGravatar admin <admin@branchable.com>2012-12-12 13:20:42 +0000
commit2d91b55f3d398df49d36b89b6d17d347d5c8d218 (patch)
tree54d99489e6080e6e721322fd898332af12b60109
parent2c6313399557cf92e6f28efb4b4739d52be7858f (diff)
Added a comment: "removing" vs drop
-rw-r--r--doc/design/assistant/blog/day_147__direct_mode/comment_1_0bd69532afce9dc04e3d88bfd0aed4b2._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_147__direct_mode/comment_1_0bd69532afce9dc04e3d88bfd0aed4b2._comment b/doc/design/assistant/blog/day_147__direct_mode/comment_1_0bd69532afce9dc04e3d88bfd0aed4b2._comment
new file mode 100644
index 000000000..567c094c9
--- /dev/null
+++ b/doc/design/assistant/blog/day_147__direct_mode/comment_1_0bd69532afce9dc04e3d88bfd0aed4b2._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="http://lj.rossia.org/users/imz/"
+ ip="79.165.59.119"
+ subject="&quot;removing&quot; vs drop"
+ date="2012-12-12T13:20:42Z"
+ content="""
+I don't understand the difference behind:
+
+> Removing objects also works (and puts back a broken symlink)
+
+and
+
+> \"drop\" won't work because they rely on the symlink to map back to the key.
+
+If a file is removed (its content, which is replaced by a symlink), then it's not present there, so effectively it should be counted as \"dropped\" at this place. So, removing a file without counting it as dropped is something inconsistent, isn't it? Do I misunderstand something?
+"""]]