diff options
-rw-r--r-- | MgaRepo/svn.py | 2 | ||||
-rw-r--r-- | mgarepo.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MgaRepo/svn.py b/MgaRepo/svn.py index b0ed193..7302612 100644 --- a/MgaRepo/svn.py +++ b/MgaRepo/svn.py @@ -40,7 +40,7 @@ class SVN: if "Permission denied" in e.args[0]: msg = ("It seems ssh-agent or ForwardAgent are not setup " "or your username is wrong. See " - "http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration" + "http://www.mageia.org/wiki/doku.php?id=svn-faq" " for more information.") elif "authorization failed" in e.args[0]: msg = ("Note that mgarepo does not support any HTTP " @@ -16,7 +16,7 @@ Detailed help on commands is available running \fBmgarepo <command> \-\-help\fP. .nf For more information related how to setup ssh-agent, see: -http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration +http://www.mageia.org/wiki/doku.php?id=svn-faq .fi Users that don't have an ssh account in the default repository URL can set the option \fBmirror\fP pointing to a non-authenticated, read-only repository (such as http://svn.mageia.org/svn/packages). |