Hi William,

William Ferguson wrote on Monday, May 14, 2007 6:43 AM:

> Where does maven-SCM cache my Subversion password and how can I get
> it to flush the cache? 
> 
> I have been having a little bit of trouble tagging using the release
> plugin. It fails with authorization problems, and has only been
> happening since
> my SVN paswword changed.
> 
> The first time I used the SVN commandline after my password
> changed, SVN
> prompted me for my password and SVN works as expected. But "mvn
> release:prepare" doesn't prompt me for a new SCM password and fails
> during the tagging process with an auth failure.
> 
> How do I get Maven-SCM to prompt for a new password?

This is not Maven specific. All Subversion clients share the same configuration 
in ~/.subversion (or %USERHOME%/Application Data/Subversion). Caching is 
contained in the files beenath the auth directory.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to