diff options
author | lealanko <lealanko@web> | 2015-09-06 13:11:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-09-06 13:11:44 +0000 |
commit | d1196025e0b30755b37d2233ff3210c495791498 (patch) | |
tree | 5f6c2952a49e977210aebd1a704c191a5acf9f8b /doc | |
parent | 9da7f360d6490f4ab97c612e944a52d36ef3c71b (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Layout_mismatch_between_symlinks_and_annex_objects/comment_1_854786810dc4246cdaa38ff10c55bbca._comment | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Layout_mismatch_between_symlinks_and_annex_objects/comment_1_854786810dc4246cdaa38ff10c55bbca._comment b/doc/forum/Layout_mismatch_between_symlinks_and_annex_objects/comment_1_854786810dc4246cdaa38ff10c55bbca._comment new file mode 100644 index 000000000..d4565f25b --- /dev/null +++ b/doc/forum/Layout_mismatch_between_symlinks_and_annex_objects/comment_1_854786810dc4246cdaa38ff10c55bbca._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="lealanko" + subject="comment 1" + date="2015-09-06T13:11:44Z" + content=""" +I think I figured it out: the repository was originally [[bare|bare repositories]], and I converted it to non-bare manually. But that doesn't work, because bare annex repositories use [[a different directory layout|internals/hashing]]. + +I can understand why the hex-based layout is preferred (it's more portable), but deliberate incompatibility with the symlinks isn't very nice. I wish there was a way to upgrade the entire repository to a format that used the hex paths for symlinks, so bare and non-bare repositories used the same layout. +"""]] |