How to set local username in TortoiseSVN?

I use auto details to populate the $ Id $ TortoiseSVN tag, but it uses the author’s name, which is the name of the computer, in this case “Peter”.

I want it to use my name instead of the computer account name. I use Vista on this machine. The repo is local to my car.

Thank!

+3
source share
1 answer

TortoiseSVN does not have this feature. It only requests a username if the server asks for it. Since your repo is local, there is no authentication at all, so TSVN does not ask for a username / password. In this case, the Windows login is automatically used.

.

+3

Source: https://habr.com/ru/post/1781317/


All Articles