Francois Marier wrote:
> Alright, I was able to install 0.25 on my lucid box as well (after
> installing more recent versions of libpcre3 and libgmp10). However, I'm
> still getting the same error message:

Yeah, I had another think over this, and I think it's just a git
incompatability on your remote system actually. git-annex-shell recvkey
is being run, and I see now that it does update the remote repo's 
location log, and will try to git add it:

> fatal: 
> '/pub/music/cds/.git-annex/SHA1:a235a33337d97858e90bea2d76007198343027cf.log' 
> is outside repository
> Command xargs 
> ["-0","git","--git-dir=/pub/music/cds/.git","--work-tree=/pub/music/cds","add","--"]
>  failed; exit code 123

Seems like the git on the remote does not work like git does here,
WRT the --git-dir and --work-tree options.

joey@gnu:/tmp>mkdir repo
joey@gnu:/tmp>cd repo
joey@gnu:/tmp/repo>git init 
Initialized empty Git repository in /tmp/repo/.git/
joey@gnu:/tmp/repo>touch foo
joey@gnu:/tmp/repo>cd /
joey@gnu:/>git --git-dir=/tmp/repo/.git --work-tree=/tmp/repo/ add -- foo
joey@gnu:/>

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to