This commit is contained in:
Joey Hess 2010-10-19 16:07:33 -04:00
parent 05539c773e
commit b1d22b3229
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
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..