summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar loredai <loredai@web>2017-08-23 15:42:24 +0000
committerGravatar admin <admin@branchable.com>2017-08-23 15:42:24 +0000
commitc5a70c286787259877dbaada622d07c2770da684 (patch)
treea0519fb39b9552518c348d68db4f22828f667958
parenta2b6d761b71e6861450570cc188b965f9380fd66 (diff)
Added a comment: Upgrade path can produce confusing output
-rw-r--r--doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_2_417d0356c9bc56df74d51db656456132._comment38
1 files changed, 38 insertions, 0 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
new file mode 100644
index 000000000..d19c6d482
--- /dev/null
+++ b/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_2_417d0356c9bc56df74d51db656456132._comment
@@ -0,0 +1,38 @@
+[[!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.
+"""]]