aboutsummaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
authorGravatar wzhd <wzhd@web>2016-01-19 10:07:28 +0000
committerGravatar admin <admin@branchable.com>2016-01-19 10:07:28 +0000
commit86f2d8a96e548406a0930062b718779b1f904bda (patch)
tree79c0cdd9f165ba311e277b379f4bb685c0a69a8f /doc/special_remotes
parent77a4dd434a2cd95fae5a7307370024c15bb0f3c1 (diff)
Added a comment: attaching a torrent file to a downloaded and annexed directory
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/bittorrent/comment_1_4ef590d88bacd763abd5ce209e6b9640._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/special_remotes/bittorrent/comment_1_4ef590d88bacd763abd5ce209e6b9640._comment b/doc/special_remotes/bittorrent/comment_1_4ef590d88bacd763abd5ce209e6b9640._comment
new file mode 100644
index 000000000..8518e0ff8
--- /dev/null
+++ b/doc/special_remotes/bittorrent/comment_1_4ef590d88bacd763abd5ce209e6b9640._comment
@@ -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
+
+"""]]