2010-10-19 20:07:33 +00:00
|
|
|
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..
|
2010-10-21 20:30:16 +00:00
|
|
|
|
|
|
|
[[done]]
|