I have checked-out one of the project from SVN (using SSH protocol) (been a long time).

I want to retrieve the SVN username that I had used when I checkout this project in ECLIPSE.

What I tried:

  • Saw the properties of the project - no luck
  • Saw the .eclipse folder for the settings/config - no luck

Is there any way I can see the username (if possible password) for the SVN project that I used to checkout in eclipse?

Note:

The SVN installed on my machine is Subclipse and I have never committed to this repository but checked-out the project.

link|improve this question

Not enough infos for now: There are 2 eclipse svn plugins (subversive and subclipse) and the ssh connection might be done through an external ssh connection. – Turbo J Jun 17 '11 at 15:51
@Turbo Please see the updated revision. – RakeshS Jun 17 '11 at 18:46
feedback

2 Answers

up vote 0 down vote accepted

Subversion stores the relevant account data in your home directory.

For example on Windows 7 you will find a lot of files regarding Subversion in the directory

C:\Users\%username%\AppData\Roaming\Subversion

On Linux it is ~/.subversion

Look into the auth subdirectory.

link|improve this answer
can you also tell me one for Linux system? – RakeshS Jul 5 '11 at 10:36
See my updated answer. – Robert Jul 5 '11 at 11:38
well I don't find any username anywhere inside this folder. – RakeshS Jul 5 '11 at 12:57
I just deleted the above folder and it worked for me. NOT SURE WHY. – RakeshS Jul 22 '11 at 6:16
feedback

In subclipse, I'd use Team->Show History. Then you have the username in the Author column. You just need to find one of your own commits.

link|improve this answer
Good point, what if I am the new person & had never committed to this project? – RakeshS Jun 17 '11 at 18:47
You said you are able to update/commit. That implies you have comitted.. – Turbo J Jun 17 '11 at 18:55
I am very sorry that was a mis-typo. – RakeshS Jun 18 '11 at 6:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.