summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar loredai <loredai@web>2017-08-23 15:43:34 +0000
committerGravatar admin <admin@branchable.com>2017-08-23 15:43:34 +0000
commita66bebefd13f613aa3cdc960e6007c6aba9b54c0 (patch)
treed3d1fadc7695e54d4574efc957cb7be048e949ef
parentc5a70c286787259877dbaada622d07c2770da684 (diff)
removed
-rw-r--r--doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_2_417d0356c9bc56df74d51db656456132._comment38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_2_417d0356c9bc56df74d51db656456132._comment b/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_2_417d0356c9bc56df74d51db656456132._comment
deleted file mode 100644
index d19c6d482..000000000
--- a/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_2_417d0356c9bc56df74d51db656456132._comment
+++ /dev/null
@@ -1,38 +0,0 @@
-[[!comment format=mdwn
- username="loredai"
- avatar="http://cdn.libravatar.org/avatar/6f78b3b4228e2b05a53203b1cd717361"
- subject="Upgrade path can produce confusing output"
- date="2017-08-23T15:42:24Z"
- content="""
-If you clone a v5 repository and then upgrade, you can get confusing output:
-
-git annex upgrade
-upgrade .
- Detected a filesystem without fifo support.
-
- Disabling ssh connection caching.
-
- Detected a crippled filesystem.
-
- Disabling core.symlinks.
-(merging origin/git-annex into git-annex...)
-(recording state in git...)
-
- Enabling direct mode.
-(v5 to v6...) (scanning for unlocked files...)
-ok
-(recording state in git...)
-
-$ ls
-largefile
-
-$ git branch -a
-* adjusted/master(unlocked)
- git-annex
- master
- remotes/origin/HEAD -> origin/master
- remotes/origin/git-annex
- remotes/origin/master
-
-Although things seem fine, as adjusted branch is checked out.
-"""]]