From 7588b042daaecec5de167971b3123d08db849942 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" Date: Sat, 29 Oct 2011 15:27:06 +0000 Subject: [PATCH] --- doc/bugs/uninit_does_not_work_in_old_repos.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/bugs/uninit_does_not_work_in_old_repos.mdwn diff --git a/doc/bugs/uninit_does_not_work_in_old_repos.mdwn b/doc/bugs/uninit_does_not_work_in_old_repos.mdwn new file mode 100644 index 0000000000..a6f7858639 --- /dev/null +++ b/doc/bugs/uninit_does_not_work_in_old_repos.mdwn @@ -0,0 +1,6 @@ +As uninit does not need to actually write out any data, just remove it, it should be possible to uninit in old stores. + + % git annex uninit + git-annex: Repository version 2 is not supported. Upgrade this repository: git-annex upgrade + +If the repo happens to be broken, this essentially locks in data.