Thanks Jorg. Any idea how I can get the Subversion userId and password from that config so my plugin can automtaically log into Subversion? I tried to follow how Maven-SCM does it, but got lost.
William -----Original Message----- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Monday, 14 May 2007 5:16 PM To: Maven Users List Subject: RE: Flushing the SCM password cache for Maven-SCM 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]