question/todo about migrating .git/annex/objects
authoryarikoptic <yarikoptic@web>
Fri, 6 May 2022 15:32:56 +0000 (15:32 +0000)
committeradmin <admin@branchable.com>
Fri, 6 May 2022 15:32:56 +0000 (15:32 +0000)
doc/todo/command_to___34__migrate__34___from_adjusted_mode.mdwn [new file with mode: 0644]

diff --git a/doc/todo/command_to___34__migrate__34___from_adjusted_mode.mdwn b/doc/todo/command_to___34__migrate__34___from_adjusted_mode.mdwn
new file mode 100644 (file)
index 0000000..a31c327
--- /dev/null
@@ -0,0 +1,2 @@
+A somewhat follow up to https://git-annex.branchable.com/bugs/add_config_var_preventing_adjusted_branch_mode/ where we ended up in adjusted branch mode and want to get back to original indirect mode using the thaw/freeze commands.
+Checking out `master` branch is not sufficient since `.git/annex/objects` uses different layout I guess to ensure that symlinks do not jeopardize actual annex storage on systems without read-only protection.  But we need some command to migrate .git/annex/objects layout. May be it is already there and I just failed to find