How do I change the default author for accessing a local SVN repository?

后端 未结 5 2174
自闭症患者
自闭症患者 2020-12-19 01:32

I use TortoiseSVN to access file based local repo. In all my commits an author is my Windows login name. Is it possible to use different name?

I know how to change a

5条回答
  •  执念已碎
    2020-12-19 02:16

    As far as I know, TortoiseSVN does not offer any way to do this.

    Presumably it's not seen as a big issue, since file based access is not practical for multi-user scenarios, and for single-user the author-name is of lesser importance.

    A possible workaround would be to create another Windows username with the author name you want and connect with this.

提交回复
热议问题