tags:

views:

484

answers:

1

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:

  1. Go to the Preferences screen
  2. Under Team, SVN, select Password management
  3. 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
no,i am not using JAVAHL. In the case of JAVAHL,the data is stored in~/.subversion/auth.
Ajay
Paul Lammertsma
Just make sure to refresh your project.
Paul Lammertsma