svn - disabe password feature in subclipse (eclipse plugin) to get rid "unsupported password" dialog on Ubuntu -


my eclipse prompt "unsupported password" dialog everytime run it. causes eclipse lag, , need force close it.

this subclipse :

enter image description here

i tried change config file in etc/subversion (ubuntu), found in this document :

### valid password stores: ###   gnome-keyring        (unix-like systems) ###   kwallet              (unix-like systems) ###   keychain             (mac os x) ###   windows-cryptoapi    (windows) //i uncomment , empty value, doc suggested password-stores = 

however, dialog still there.

please me out, help

i done it. still unable save password @ least annoying dialog box gone, forever.

the documentation wrong, config file edited in etc/subversion has no effect. true path in /home/user/.subversion/config. there 2 same config file in laptop, , 1 work.

the step-by-step syntax in terminal :

  1. chmod config file because read :

    sudo chmod -r 777 /home/user/.subversion/config

  2. change current directory config's directory :

    cd /user/tama/.subversion

  3. open libreoffice or other text editor :

    libreoffice config

  4. uncomment (delete #) in line :

    password-stores =

uncommenting second line, empty value automatically disable password feature, can bye annoying dialog box.

feel free comment if encounter same problem.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -