summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw <Oliver@web>2013-06-19 14:21:08 +0000
committerGravatar admin <admin@branchable.com>2013-06-19 14:21:08 +0000
commit647b23d3a6728ead83602591f27ee8c601a93a87 (patch)
treeefef2798b50134d9c4510688f739adb5ba3fe522
parent85adb2dff929ffa9a7bfe861d9b2bfdc6fc07169 (diff)
Added a comment: figured it out.
-rw-r--r--doc/bugs/bup_initremote_failed_with_localhost_+_username/comment_1_0e669c3039b089fa8a815d3ec11465d2._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/bup_initremote_failed_with_localhost_+_username/comment_1_0e669c3039b089fa8a815d3ec11465d2._comment b/doc/bugs/bup_initremote_failed_with_localhost_+_username/comment_1_0e669c3039b089fa8a815d3ec11465d2._comment
new file mode 100644
index 000000000..b8bfb0c04
--- /dev/null
+++ b/doc/bugs/bup_initremote_failed_with_localhost_+_username/comment_1_0e669c3039b089fa8a815d3ec11465d2._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw"
+ nickname="Oliver"
+ subject="figured it out."
+ date="2013-06-19T14:21:08Z"
+ content="""
+It's failing because I am passing a relative url as buprepo - bup is expanding
+
+ host:dir
+
+to
+
+ ssh://host/~/dir
+
+but then onBupRemote isn't converting it back quite right.
+
+My haskell is rather rusty, but I have a working, if perhaps suboptimal patch; I'll email it across.
+
+
+"""]]