From d3b5a0ec50f1ad413655ea4e17464e94bd6b64d4 Mon Sep 17 00:00:00 2001
From: kytv
Date: Tue, 27 Dec 2011 23:08:37 +0000
Subject: [PATCH] Add -k "" to the mtn pull command
If someone has a monotone key but does not have push rights, the server will
restrict the pull; by specifying a "" as the key, the pull will succeed.
---
www.i2p2/pages/monotone.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www.i2p2/pages/monotone.html b/www.i2p2/pages/monotone.html
index 760a67ab..10797055 100644
--- a/www.i2p2/pages/monotone.html
+++ b/www.i2p2/pages/monotone.html
@@ -576,14 +576,14 @@
If you only want I2P sources:
- - $ mtn --db="i2p.mtn" pull 127.0.0.1:8998 i2p.i2p
+ - $ mtn --db="i2p.mtn" -k "" pull 127.0.0.1:8998 i2p.i2p
If you want all branches:
- - $ mtn --db="i2p.mtn" pull 127.0.0.1:8998 "i2p.*"
+ - $ mtn --db="i2p.mtn" -k "" pull 127.0.0.1:8998 "i2p.*"
@@ -869,7 +869,7 @@
Monotone repository. To accomplish this, change into the directory where
`i2p.mtn` is located and issue:
- - $ mtn --db="i2p.mtn" pull 127.0.0.1:8998 i2p.i2p
+ - $ mtn --db="i2p.mtn" -k "" pull 127.0.0.1:8998 i2p.i2p