diff options
author | spwhitton <spwhitton@web> | 2013-04-06 19:06:25 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-06 19:06:25 +0000 |
commit | ff9371944a6642b281d19adca6330d0e8e042eb4 (patch) | |
tree | 0d508b70389d1bf622192279da160e1c53a2eae1 | |
parent | 9aa69a6f08d15c5103f34cbe78b9c5bff4b82f09 (diff) |
Added a comment
-rw-r--r-- | doc/forum/__34__unable_to_resolve_reference_refs__47__heads__47__git-annex__34__/comment_2_d67793f7c969f64943d1fd54a1208c2b._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/__34__unable_to_resolve_reference_refs__47__heads__47__git-annex__34__/comment_2_d67793f7c969f64943d1fd54a1208c2b._comment b/doc/forum/__34__unable_to_resolve_reference_refs__47__heads__47__git-annex__34__/comment_2_d67793f7c969f64943d1fd54a1208c2b._comment new file mode 100644 index 000000000..1dff89121 --- /dev/null +++ b/doc/forum/__34__unable_to_resolve_reference_refs__47__heads__47__git-annex__34__/comment_2_d67793f7c969f64943d1fd54a1208c2b._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="spwhitton" + ip="163.1.166.255" + subject="comment 2" + date="2013-04-06T19:06:24Z" + content=""" +Thanks for taking the time to reply. + +1) The corruption spread between repositories so I resorted to restoring from a backup from some days ago, and then I restored newly added files by manually copying the symlinks from the old repo into the new one. Of course I can't update the git-annex branch by hand. I've run `git annex fsck`: does that re-create the location log information for the symlinks that I re-added, at least for the local repository even if it doesn't know about copies elsewhere? + +2) I initially tried to git clone from my restored backup, rather than just moving the restore into place. But then while this clone showed no errors on a `git fsck --full`, any git-annex command, such as `init` (following [this](http://git-annex.branchable.com/tips/what_to_do_when_a_repository_is_corrupted/)), gives the following sort of error: + + error: invalid object 100644 <long-SHA-string> for '<path to one of git annex's log files>' +(unfortunately I lost my xterm so don't have one of my actual errors in full). Can you think of any reason why doing a clone of the backup copy would cause this? Instead I have just mv'd the backup copy into place and it works fine. +"""]] |