This commit is contained in:
Joey Hess 2010-10-25 11:47:45 -04:00
parent fed1d3c1f5
commit 81f71e57b9
15 changed files with 22 additions and 0 deletions

View file

@ -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]]