comparison hgsubversion/help/subversion.rst @ 844:95d040755254

Added ability to configure the password stores
author Jerome M. BERGER <jerome.berger@sagemcom.com>
date Tue, 22 Nov 2011 11:54:25 +0100
parents f025d00bfc4a
children c4ee11a5d04c
comparison
equal deleted inserted replaced
843:df2c85478063 844:95d040755254
304 304
305 ``hgsubversion.username``, ``hgsubversion.password`` 305 ``hgsubversion.username``, ``hgsubversion.password``
306 306
307 Set the username or password for accessing Subversion repositories. 307 Set the username or password for accessing Subversion repositories.
308 308
309 ``hgsubversion.password_stores``
310
311 List of methods to use for storing passwords (similar to the option of the
312 same name in the subversion configuration files). Default is
313 ``gnome_keyring,keychain,kwallet,windows``. Password stores can be disabled
314 completely by setting this to an empty value.
315
316 .. NOTE::
317
318 Password stores are only supported with the SWIG bindings.
319
309 ``hgsubversion.stupid`` 320 ``hgsubversion.stupid``
310 Setting this boolean option to true will force using a slower method for 321 Setting this boolean option to true will force using a slower method for
311 pulling revisions from Subversion. This method is compatible with servers 322 pulling revisions from Subversion. This method is compatible with servers
312 using very old versions of Subversion, and hgsubversion falls back to it 323 using very old versions of Subversion, and hgsubversion falls back to it
313 when necessary. 324 when necessary.