Added a comment
authorasakurareiko@f3d908c71c009580228b264f63f21c7274df7476 <asakurareiko@web>
Wed, 20 Oct 2021 14:42:33 +0000 (14:42 +0000)
committeradmin <admin@branchable.com>
Wed, 20 Oct 2021 14:42:33 +0000 (14:42 +0000)
doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_7_276be047d18b2e20a8e3114abe3132ee._comment [new file with mode: 0644]

diff --git a/doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_7_276be047d18b2e20a8e3114abe3132ee._comment b/doc/bugs/WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol/comment_7_276be047d18b2e20a8e3114abe3132ee._comment
new file mode 100644 (file)
index 0000000..0a26759
--- /dev/null
@@ -0,0 +1,36 @@
+[[!comment format=mdwn
+ username="asakurareiko@f3d908c71c009580228b264f63f21c7274df7476"
+ nickname="asakurareiko"
+ avatar="http://cdn.libravatar.org/avatar/a865743e357add9d15081840179ce082"
+ subject="comment 7"
+ date="2021-10-20T14:42:33Z"
+ content="""
+I tested 0f38ad9a6 with the test case below as well as with the repo I use and sqlite errors no longer occur. Adjusted branches still do not work but everything else with unlocked files seems to be ok now. Thank you Joey.
+
+Setup:
+
+```
+# on NTFS volume mounted with metadata option
+git init annex
+cd annex
+git annex init
+git config annex.addunlocked true
+git config annex.crippledfilesystem true
+echo aaa > a
+cp a b
+git annex add .
+git commit -m .
+```
+
+Test:
+
+```
+git clone annex annex2
+cd annex2
+git annex init
+git config annex.crippledfilesystem true
+git annex get .
+```
+
+
+"""]]