On Thu, May 03, 2012 at 12:08:06PM -0700, frame wrote:
> Yes, there is  the file "servers" and here is its content:
> $cat servers 
> [global]
> #store-passwords = no
> store-plaintext-passwords = no
Good. We've found the problem.

This store-plaintext-passwords option prevents the prompt from appearing.
Its default setting is 'ask', and that file overrides it to 'no'. So the
password is never stored.

Please refer to the documentation of this option in this section of the
svnbook: 
http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html#svn.advanced.confarea.opts.servers

You can override the system-wide /etc/subversion/servers config file by
configuring this option in the file ~/.subversion/servers as appropriate.

Reply via email to