views:

35

answers:

1

I am running eclipse Version: 3.5.2 Build id: M20100211-1343 with the subclipse plugin 1.6.4 I have saved my password, but now I need to change the account I connect with.

How do I do that?

My coworker has Version: Helios Release Build id: 20100617-1415 and subclipse 1.6.14 but no Application data folder.

Where might subclipse hide its config data if there is no Application Data folder?

A: 

I think you need to clean the Subversion credentials storage:

~/.subversion/auth on Linux and OSX
USER_HOME\Application Data\Subversion\auth\svn.simple directory on Windows

You may also want to read the excellent article on changing credentials here:

Changing subclipse credentials on Windows
Changing subclipse credentials on Linux/OSX [Under 1.7 (Usernames and Passwords)]

Michael Goldshteyn
I have the USER_HOME/Application Data folder. But my coworker with the problem does not.
Aaron
Something goofy about windows permissions and not being able to see the folder. All is well now
Aaron