comparison docs/usage/general.rst @ 3703:4839bc1d89fa beta

small fixes backported from stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 19:09:52 +0200
parents 549c73bfc206
children 9f5a4e785823
comparison
equal deleted inserted replaced
3702:a79bb3277b32 3703:4839bc1d89fa
107 107
108 - *`svn -> hg` cloning requires `hgsubversion` library to be installed.* 108 - *`svn -> hg` cloning requires `hgsubversion` library to be installed.*
109 109
110 If you need to clone repositories that are protected via basic auth, you 110 If you need to clone repositories that are protected via basic auth, you
111 might pass the url with stored credentials inside eg. 111 might pass the url with stored credentials inside eg.
112 `http://user:passw@remote.server/repo, RhodeCode will try to login and clone 112 `http://user:passw@remote.server/repo`, RhodeCode will try to login and clone
113 using given credentials. Please take a note that they will be stored as 113 using given credentials. Please take a note that they will be stored as
114 plaintext inside the database. RhodeCode will remove auth info when showing the 114 plaintext inside the database. RhodeCode will remove auth info when showing the
115 clone url in summary page. 115 clone url in summary page.