In Eclipse + PyDev + Subclipse, how can I change the user who is accessing the subversion repository without having to re-checkout?
+2
A:
- Go to SVN repository exploring perspective(eclipse) (Window->Open perspective->SVN Repository Exploring)
- right click on the correct 'Repository Location'
- Select 'Location properties'
- Update your authentication information
Syntax
2010-10-21 05:43:06
Very close - I had to click "relocate." Thank you very much!
Justin Myles Holmes
2010-10-21 10:01:28
A:
I think you can remove the saved authentication - credentials...
- unix-based systems this is in
~/.subversion/auth/svn.simple
. On windows inc:\Documents and Settings\[username]\Application Data\subversion\auth\svn.simple
. - if subclipse is configured to use the JavaSVN adapter --> the .keyring file mentioned in the post appears to be located in the eclipse directory (not the workspace, the actually directory where the eclipse executable is found) under configuration/org.eclipse.core.runtime/.keyring. This is a binary file and hence must be deleted.
Tumbleweed
2010-10-21 06:51:13