On 2011-04-24 at 11:10:58, Joey Hess wrote:
> Are there symlinks in the path to /pub/music/cds/.git?

Ah, that's exactly what it was:

  $ ls -l /pub
  lrwxrwxrwx 1 root root 8 2010-10-21 19:00 /pub -> /mnt/pub/

Now if I do this (using the symlink):

  git --git-dir=/pub/music/cds/.git --work-tree=/pub/music/cds add 
/pub/music/cds/.git-annex/foo.log

it fails, but if I do this (the real path):

  git --git-dir=/pub/music/cds/.git --work-tree=/pub/music/cds add 
/mnt/pub/music/cds/.git-annex/foo.log

it works just fine.

And as expected, updating my remote to point to the real path makes
git-annex work again.

Cheers,
Francois



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to