Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change user in eclipse svn repository?

Tags:

java

eclipse

svn

I get eclipse from my friend and his eclipse use his user to communicate with SVN, commit or update. I want to change to my user but i can't. I read these topics, but they doesn't work for me.

How to change credentials for SVN repository in Eclipse?

For example, my system doesn't have the svn.simple file which mentioned in this answer.

And this question:

SVN change username

When i want to use svn, it says that :

'/home/chavosh' is not a working copy

What should i do?!

like image 854
Seyed Mohammad Chavoshian Avatar asked Oct 09 '13 14:10

Seyed Mohammad Chavoshian


People also ask

Where is SVN repository in Eclipse?

Test SVN Repository in EclipseClick on the other option, scroll the menu, and Select SVN Repository Exploring. Now, we can explore the SVN repository. Here we can create, checkout, and explore the existing repository in Eclipse.


1 Answers

In windows :

  1. open run type %APPDATA%\Subversion\auth\svn.simple
  2. this will open svn.simple folder
  3. you will find a file e.g. Big Alpha Numeric file
  4. Delete that file.
  5. restart eclipse.
  6. Try to edit file from projct and commit it
  7. you can see dialog asking userName password

It worked for me.... ;)

like image 128
karan Avatar answered Sep 19 '22 11:09

karan