Added a comment: attaching a torrent file to a downloaded and annexed directory

This commit is contained in:
wzhd 2016-01-19 10:07:28 +00:00 committed by admin
parent 2af7c6dd25
commit a3399a363f

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="wzhd"
subject="attaching a torrent file to a downloaded and annexed directory"
date="2016-01-19T10:07:27Z"
content="""
I have a multi-file torrent that has been downloaded and annexed. After reading the article about web remote, I thought `git-annex addurl --file` could be used. However, when I tried `git-annex addurl --file video/tvseries/someseries /tmp/some.torrent`, I get the error
addurl video/tvseries/someseries git-annex: video/anime/tvseries/someseries already exists and is not annexed; not overwriting
Attaching the torrent to one of the files inside failed, too, with the message:
addurl video/tvseries/someseries/someepisode.mkv
while adding a new url to an already annexed file, failed to verify url exists: /tmp/some.torrent
failed
git-annex: addurl: 1 failed
"""]]