This commit is contained in:
parent
af61a5f986
commit
6b07fb19da
1 changed files with 10 additions and 10 deletions
|
@ -13,16 +13,16 @@ But when I try to copy some files that I have previously got by "git annex get"
|
||||||
git annex copy /home/me/AudioClone/someartist/somealbum --to mybup
|
git annex copy /home/me/AudioClone/someartist/somealbum --to mybup
|
||||||
it fails and tells me:
|
it fails and tells me:
|
||||||
|
|
||||||
copy Order To Die/01 Morituri Te Salutant.flac (to mybup...)
|
copy Order To Die/01 Morituri Te Salutant.flac (to mybup...)
|
||||||
fatal: Cannot lock the ref 'refs/heads/WORM-s7351771-m1318841909--01 Morituri Te Salutant.flac'.
|
fatal: Cannot lock the ref 'refs/heads/WORM-s7351771-m1318841909--01 Morituri Te Salutant.flac'.
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "/usr/lib/bup/cmd/bup-split", line 170, in <module>
|
File "/usr/lib/bup/cmd/bup-split", line 170, in <module>
|
||||||
git.update_ref(refname, commit, oldref)
|
git.update_ref(refname, commit, oldref)
|
||||||
File "/usr/lib/bup/bup/git.py", line 835, in update_ref
|
File "/usr/lib/bup/bup/git.py", line 835, in update_ref
|
||||||
_git_wait('git update-ref', p)
|
_git_wait('git update-ref', p)
|
||||||
File "/usr/lib/bup/bup/git.py", line 930, in _git_wait
|
File "/usr/lib/bup/bup/git.py", line 930, in _git_wait
|
||||||
raise GitError('%s returned %d' % (cmd, rv))
|
raise GitError('%s returned %d' % (cmd, rv))
|
||||||
bup.git.GitError: git update-ref returned 128
|
bup.git.GitError: git update-ref returned 128
|
||||||
|
|
||||||
for each file, **except for the album cover file**, which is a simple JPG that bup doesn't try to split. This one gets copied nicely but the big FLAC files don't.
|
for each file, **except for the album cover file**, which is a simple JPG that bup doesn't try to split. This one gets copied nicely but the big FLAC files don't.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue