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 :
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 :
chmod config file because read :
sudo chmod -r 777 /home/user/.subversion/config
change current directory config's directory :
cd /user/tama/.subversion
open libreoffice or other text editor :
libreoffice config
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
Post a Comment