Monday, September 29, 2014

Change subversion user and password in RAD or Eclipse

If your swapping development virtual machines all the time, you will need to change your subversion credentials in Rational Application Developer (RAD) which is based on Eclipse.
To change Subclipse authentication and certificate:
  1. Close Eclipse or RAD/WSAD
  2. Navigate to the following directory replacing {User} with your Windows logon id.
    • On Windows XP. the path is: C:\Documents and Settings{User}\Application Data\Subversion or (
      %APPDATA%\Subversion\auth)
    • On Windows 7, the path is: Users/<username>/AppData/Roaming/Subversion (
      %APPDATA%\Subversion\auth)
  3. Delete all files under the Subversion directory
  4. Open Eclipse or RAD/WSAD
  5. Synchronize with your SVN repository
  6. If prompted click Accept Permanently to trust the certificate
  7. When prompted enter your Subverion user id and password

No comments:

Post a Comment