Hello, I am using subclipse ( Subversion integration in eclipse). I know want to change the user crediantials in subclipse. How to do that? That is to login into subversion using another user account.
A:
As I'm using Subversive, I can't check this, but it should be something along these lines:
- Go to the Preferences screen
- Under Team, SVN, select Password management
- Remove the stored authentication data for the desired repository
You can also do it from your Subversion client, as the authentication data is stored in the .svn
folders.
Paul Lammertsma
2009-09-29 10:39:16
no,i am not using JAVAHL. In the case of JAVAHL,the data is stored in~/.subversion/auth.
Ajay
2009-09-29 11:19:06
Paul Lammertsma
2009-09-29 11:59:24
Just make sure to refresh your project.
Paul Lammertsma
2009-09-29 12:02:58