[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to force subversion to ask for username at a commit

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 29 Feb 2008 07:25:18 -0500

On Fri, Feb 29, 2008 at 2:41 AM, Andreas Benzler <info.benzler_at_gmx.de> wrote:
> I forgot to say that I know that there is a -u option in svn commit. I would like that the user gets asked for a username instead that the user has to figure out himself what went wrong when the error message returns if he tries to commit with the stored user credentials which has read only.

Uncomment the line reading store-auth-creds = no in
~/.subversion/config . You will probably want to clear the existing
cache, located in ~/.subversion/auth

That said, sharing a WC between users is not recommended because it
removes one of the benefits of using a version control system.

Are these users logging into the same account on all machines? I
thought the cached credentials were on a per-host user account basis.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-29 13:25:48 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.