responsen

This commit is contained in:
Joey Hess 2011-10-29 14:17:02 -04:00
parent 75e99b16f9
commit 0d92aca1aa
2 changed files with 13 additions and 2 deletions

View file

@ -7,5 +7,12 @@
> it says "fsck foo", the output is pertaining to some other file than foo.
> As far as I can see, there is no bug here. --[[Joey]]
>> Sorry, I thought it would be obvious, but that's no excuse for not providing additional explanation.
>> The problem is that fsck tells me a file's fsck has failed without printing extra details. In this case, the checksum is OK while I don't have enough copies to satisfy the fsck. The fact that I don't have enough copies is obviously relevant, but I would still like to know if the checksums are OK. -- Richard
>> Sorry, I thought it would be obvious, but that's no excuse for not
>> providing additional explanation. The problem is that fsck tells me a
>> file's fsck has failed without printing extra details. In this case, the
>> checksum is OK while I don't have enough copies to satisfy the fsck. The
>> fact that I don't have enough copies is obviously relevant, but I would
>> still like to know if the checksums are OK. -- Richard
>>> I think you're misreading the truncated output you posted. The actual,
>>> full output would make much more sense. --[[Joey]]

View file

@ -1 +1,5 @@
As there's no way to permanently hide remotes and I have to recreate two repos now, I would love to be able to re-use the old UUIDs to remove clutter.
> git-annex already provides a way to do this: Copy `.git/config` from the
> original repo (or use `git-config` to set `annex.uuid`) *before* running
> `git annex init`. [[done]] --[[Joey]]