aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ericm <ericm@web>2018-02-18 13:46:00 +0000
committerGravatar admin <admin@branchable.com>2018-02-18 13:46:00 +0000
commit3cb430a5a4ec44b6ecb0da27d4b7c41bd659d2ca (patch)
tree7e3f820a94b9f4d8e0addf0981afe2441bcdd902 /doc
parentaf610130562af6436ebc8ff960f9a611486e8097 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/offsite_repo/comment_3_4b233762116c52bd2a754f49152201b7._comment29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/forum/offsite_repo/comment_3_4b233762116c52bd2a754f49152201b7._comment b/doc/forum/offsite_repo/comment_3_4b233762116c52bd2a754f49152201b7._comment
new file mode 100644
index 000000000..a0ae5865a
--- /dev/null
+++ b/doc/forum/offsite_repo/comment_3_4b233762116c52bd2a754f49152201b7._comment
@@ -0,0 +1,29 @@
+[[!comment format=mdwn
+ username="ericm"
+ avatar="http://cdn.libravatar.org/avatar/67ca64c5a99fb142fc2e3916333881ca"
+ subject="comment 3"
+ date="2018-02-18T13:46:00Z"
+ content="""
+Hi,
+
+I first tried messing around with required content settings in a test repo in direct mode. This is what I did to initialize a test repo:
+
+ git clone existing-repo
+ git annex init
+ git annex required . \"include=*.jpg\"
+
+Then I run fsck:
+
+ git annex fsck
+
+And I get this output:
+
+ fsck viber/0.02.01.0e411306e0b3fc90.jpg (fixing link) ok
+ fsck viber/0.02.01.20943bf9c18e42.jpg (fixing link) ok
+ fsck viber/0.02.01.5126da68987493.jpg (fixing link) ok
+ ...
+
+I expected the fsck command to complain that the required jpg files are not present in the current repo and fail. However, that is not what I'm getting.
+
+Is this the expected behavior for a direct-mode repository? If not, is there something I missed?
+"""]]