comparison docs/usage/general.rst @ 4969:e5ab200892e3

docs/usage: reword section 'cloning remote repositories'
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 04 Apr 2015 21:45:22 +0200
parents 584693b3deb0
children 2079e864ce51
comparison
equal deleted inserted replaced
4968:584693b3deb0 4969:e5ab200892e3
120 120
121 121
122 Cloning remote repositories 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 Currently it supports the following options: 126 Currently it supports the following options:
127 127
128 - hg -> hg clone 128 - hg -> hg clone
129 - svn -> hg clone 129 - svn -> hg clone
130 - git -> git clone 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 If you need to clone repositories that are protected via basic authentication,
136 might pass the url with stored credentials inside, e.g., 137 you can pass the credentials in the URL, e.g.
137 ``http://user:passw@remote.server/repo``, Kallithea will try to login and clone 138 ``http://user:passw@remote.server/repo``. Kallithea will then try to login and
138 using the given credentials. Please take note that they will be stored as 139 clone using the given credentials. Please note that the given credentials will
139 plaintext inside the database. Kallithea will remove auth info when showing the 140 be stored as plaintext inside the database. However, the authentication
140 clone url in summary page. 141 information will not be shown in the clone URL on the summary page.
141
142 142
143 143
144 Specific features configurable in the Admin settings 144 Specific features configurable in the Admin settings
145 ---------------------------------------------------- 145 ----------------------------------------------------
146 146