How to get current user that is using svn on particular workstation?
can I use svn.exe executable with some switch to get that info.
Thanks.
In Windows it is located in
%APPDATA%\Subversion\auth\
To find this directory, just go to run
(win-key+r), paste the above command and hit enter or click on Run
button.
For me, there was a file in folder svn.simple
. It is a text file and it has info with saved authentication data. I have something like this:
...
K 8
username
V 6
kosta
END