This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawk_lgZQnQAGL6OznVti_Dc90BJeiH7Ai4U 2010-12-28 03:51:55 +00:00 committed by admin
parent 36662638df
commit 35622738aa

View file

@ -0,0 +1,11 @@
git-annex does not seem to support all kinds of urls that git does.
Specifically, if I have ~/bar set up on host foo:
[remote "foo"]
## this one is not recognized as ssh url at all
# url = foo:bar
## this one makes git-annex try to access '/~/bar' literally
# url = ssh://foo/~/bar
## this one works
url = ssh://foo/home/tv/bar