Svn get current user

前端 未结 8 1652
旧时难觅i
旧时难觅i 2021-02-05 01:47

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.

8条回答
  •  逝去的感伤
    2021-02-05 02:45

    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
    

提交回复
热议问题