conc...@web.de writes: > patch 780673 + jessie > severity 780673 serious > thanks > > I've just upgraded to Jessie and tried to download some data > and now my repositories are broken and I cannot do anything > with them. I only get > > get foo/bar (not available) > Try making some of these repositories available: > 52f2bae6-e67e-11e4-a474-0021ccb48233 > > (Note that these git remotes have annex-ignore set: origin) > failed > git-annex: get: 1 failed > > and it doesn't even want to work after I've applied the patch. New clones > seem to work with the data which was already on the server but my > other ones seem to be now broken and I have possible data loss.
It seems more likely that the annex data is still there in the server repositories. You can check with % git annex findref HEAD as the gitolite user, in the gitolite server copy of the repository. Two things to check 1) Did you intend to have git.origin.annex-ignore set? this can happen if git-annex is convinced a remote is inaccessible (due to e.g. problems with git-annex-shell) 2) Do the annex uids match between .git/config in the local repo and the remote repo? You can check with "git annex info" in both places. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org