(no commit message)
authorsameer@d9beaa99579e465dc21f3679fa4dbc9704049e12 <sameer@web>
Sat, 21 Jan 2017 08:08:37 +0000 (08:08 +0000)
committeradmin <admin@branchable.com>
Sat, 21 Jan 2017 08:08:37 +0000 (08:08 +0000)
doc/forum/how_long_are_git_annex_commands_supposed_to_take__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/how_long_are_git_annex_commands_supposed_to_take__63__.mdwn b/doc/forum/how_long_are_git_annex_commands_supposed_to_take__63__.mdwn
new file mode 100644 (file)
index 0000000..67ba99b
--- /dev/null
@@ -0,0 +1,9 @@
+I have a git annex repository that contains only photos and videos. I am using an NTFS partition on Linux (because dual-boot), and recently did a `git annex upgrade` to version 6. (But the question below is general, and not about version 6). The size of my repo must be around 80G.
+
+When I run commands like status and sync, nothing happens for a really long time. I finished a `git annex fsck` today morning after the version upgrade, and so wanted to see what the repo now looks like:
+
+    git annex status --debug
+
+This is stuck at internally calling `git status -uall -z` with some other options. The process is stuck here for almost an hour, and I finally gave up and cancelled it. Like I said, this is not about the recent upgrade that I finished. I have previously seen the process succeed after one or two hours.
+
+Is it normal for `status` to take this long? Or is there something wrong with my repo? For example, maybe a large chunk of my files are checked into git without being annexed? My repo has a long history of making mistakes with git annex, so this is actually possible.