summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk_lgZQnQAGL6OznVti_Dc90BJeiH7Ai4U <Tommi@web>2010-12-28 03:51:55 +0000
committerGravatar admin <admin@branchable.com>2010-12-28 03:51:55 +0000
commit35622738aa2ac80e14c9e6248fb123e70ea49e02 (patch)
treee52417e03eb31d59e8a19de742e2b26b000abe99
parent36662638df5b3b167f20d1b9e772a2059b96da3d (diff)
-rw-r--r--doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn b/doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn
new file mode 100644
index 000000000..5ae8f7a32
--- /dev/null
+++ b/doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn
@@ -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