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 re |
|
|
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 t |
|
|
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 |
|
|
136 |
|
|
|
137 |
``http://user:passw@remote.server/repo`` |
|
|
138 |
using the given credentials. Please |
|
|
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