From f04353e0660a9ff5890c3e58a7ec59024879c3e4 Mon Sep 17 00:00:00 2001 From: Joey Hess <joeyh@joeyh.name> Date: Tue, 6 Jun 2017 13:00:54 -0400 Subject: [PATCH] response --- ...omment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment diff --git a/doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment b/doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment new file mode 100644 index 0000000000..b6de55622f --- /dev/null +++ b/doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2017-06-06T16:59:00Z" + content=""" +If you uninit a repository that does not have the content of some files +locally present, you'll be left with broken symlinks for those files. + +The way to avoid this is to run `git annex get` to get the contents of +all files downloaded into the repository before you uninit. +"""]]