summaryrefslogtreecommitdiff
path: root/doc/todo/using_url_backend.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-25 11:47:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-25 11:47:45 -0400
commit81f71e57b9ac68b8d79c30fb27a22c5e3941fcee (patch)
tree69b2f391f34a47651955d7ad2506edb35dd30618 /doc/todo/using_url_backend.mdwn
parentfed1d3c1f534e01414292cd99724e15f5b19cda7 (diff)
reorg
Diffstat (limited to 'doc/todo/using_url_backend.mdwn')
-rw-r--r--doc/todo/using_url_backend.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/using_url_backend.mdwn b/doc/todo/using_url_backend.mdwn
new file mode 100644
index 000000000..1f3cd5628
--- /dev/null
+++ b/doc/todo/using_url_backend.mdwn
@@ -0,0 +1,11 @@
+There is no way to `git annex add` a file using the URL [[backend|backends]].
+
+For now, we have to manually make the symlink. Something like this:
+
+ ln -s .git/annex/URL:http:%%www.example.com%foo.tar.gz
+
+Note the escaping of slashes.
+
+A `git annex register <url>` command could do this..
+
+[[done]]