move bug out of forum and close

This commit is contained in:
Joey Hess 2014-03-06 17:18:35 -04:00
parent 941ea993dc
commit aa131c870a
Failed to extract signature
10 changed files with 2 additions and 0 deletions

View file

@ -3,3 +3,5 @@ I have a large direct-mode repository whose files I'm trying to copy to a non-di
When I do $ git annex copy --to pi dirs/to/copy, the copy starts out OK, but eventually many files fail to copy. The only diagnostic I get is "failed". Judging from the backscroll, I don't see a strong pattern to the files which fail to copy; they're kind of interspersed amongst files which were successfully copied. If I try to copy one of these failed files explicitly (git annex copy --to pi file/which/failed), this succeeds. I have plenty of free space on the disk.
Is there a way to get more diagnostics out of git annex so I can see why these files are failing to copy?
> [[fixed|done]] --[[Joey]]