##// END OF EJS Templates
docs/usage: reword section 'cloning remote repositories'
Thomas De Schampheleire -
r4969:e5ab2008 default
parent child Browse files
Show More
@@ -122,7 +122,7 b' dictionary located in ``kallithea/config'
122 122 Cloning remote repositories
123 123 ---------------------------
124 124
125 Kallithea has the ability to clone remote repos from given remote locations.
125 Kallithea has the ability to clone repositories from given remote locations.
126 126 Currently it supports the following options:
127 127
128 128 - hg -> hg clone
@@ -130,15 +130,15 b' Currently it supports the following opti'
130 130 - git -> git clone
131 131
132 132
133 .. note:: svn -> hg cloning requires tge ``hgsubversion`` library to be installed.
133 .. note:: svn -> hg cloning requires the ``hgsubversion`` library to be
134 installed.
134 135
135 If you need to clone repositories that are protected via basic auth, you
136 might pass the url with stored credentials inside, e.g.,
137 ``http://user:passw@remote.server/repo``, Kallithea will try to login and clone
138 using the given credentials. Please take note that they will be stored as
139 plaintext inside the database. Kallithea will remove auth info when showing the
140 clone url in summary page.
141
136 If you need to clone repositories that are protected via basic authentication,
137 you can pass the credentials in the URL, e.g.
138 ``http://user:passw@remote.server/repo``. Kallithea will then try to login and
139 clone using the given credentials. Please note that the given credentials will
140 be stored as plaintext inside the database. However, the authentication
141 information will not be shown in the clone URL on the summary page.
142 142
143 143
144 144 Specific features configurable in the Admin settings
General Comments 0
You need to be logged in to leave comments. Login now