diff options
author | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web> | 2012-10-16 00:12:54 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-16 00:12:54 +0000 |
commit | 90683913699909e26bb8c8fb3235b23370bebe23 (patch) | |
tree | 217b9eb8cbeaa8abf00ee6d8a14995999d01fe20 /doc | |
parent | c5ad8c07aad33ba70f935487fa4f196501e6bf18 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Crash_trying_to_sync_with_a_repo_over_ssh.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Crash_trying_to_sync_with_a_repo_over_ssh.mdwn b/doc/bugs/Crash_trying_to_sync_with_a_repo_over_ssh.mdwn new file mode 100644 index 000000000..1df26fc81 --- /dev/null +++ b/doc/bugs/Crash_trying_to_sync_with_a_repo_over_ssh.mdwn @@ -0,0 +1,24 @@ +What steps will reproduce the problem? + +I create a new annex, added in a bunch of files. + +I cloned this annex to another machine, where I already had those files, so I copied them into a directory named "foo", did "git annex add foo", and then did "git rm -r foo", and git commit'd my clone of the annex. + +Then I try to "git annex sync" with the remote. + +What is the expected output? What do you see instead? + +I don't know, I've never used git-annex before. This is what I get each time: + + Hermes ~/Products/tmp/Movies (master) $ ga sync + git-annex-shell: Prelude.(!!): index too large + +What version of git-annex are you using? On what operating system? + +It's the 'master' as of yesterday: c504f4025fec49e62601fbd4a3cd8f1270c7d221 + +I'm on OS X 10.8.2, using GHC 7.6.1. The annex in question has 38G in a few hundred files. + +Please provide any additional information below. + +I'm willing to help track this down! |