For a complex reason I couldn’t understand the SVN plugin of eclipse don’t have an interface for delete/update users for repositories, so if you want to change you current user you actually have to delete the “keyring”, that is a special file where eclipse saves all the login information of your repositories… yes… all the passwords.
So after a search in google with no luck, I found that the location of the configuration files:
@user.home/Documents/Flex Builder 3/configuration
BUT BEWARE READER….
All the configuration files are stored in hidden files, and I mean the filename starts with a “.” dot, if you go to the finder you will find nothing… apparently… you actually had to dig in your terminal skills (or configure the finder to show hidden files), and delete the damn file:
.keyring
And eclipse will ask for passwords again…
The worst thing… you had to enter ALL your passwords again.
Related posts: (auto-generated)
- Youtube and Flex 3 A time ago google released an SWF/API to interact with...
- Flex Myths I found a very nice article about misconceptions of flex,...
- Skinning flex components sometimes when you are customizing the UI of a flex...
- Flex: Dynamic Background Image on Canvas (redraw version) Today I tried to load an image form an url...
- Exploring Mac Partitions(HFS+) from Windows A good friend and I were trying to transfer...
Related posts brought to you by Yet Another Related Posts Plugin.






