Skip to main content

How to change SVN user in eclipse on Ubuntu 10.04

This is a post based on a post from Semika Loku Kaluge.
In case developer works on Linux (i'm on Ubuntu 10.04), files which need to be deleted are located in:
/home/[USER]/.subversion/auth/svn.simple

In "svn.simple" directory you will find one text file for each remote SVN server. Delete appropriate file and Eclipse will ask you for new user and password when connecting to the SVN server.

Enjoy!

Comments