SVN change username

前端 未结 11 1467
半阙折子戏
半阙折子戏 2020-12-22 19:09

I found a lot of examples on how to change the username for specific revisions and so on.

But what I need is this: I did a checkout with the authentication credentia

11条回答
  •  梦毁少年i
    2020-12-22 19:43

    Also, for those who happened to realize too late, that they committed with the wrong credentials, the solution (after the fact) is to change the svn author of that revision: see this question

    Basically the syntax is:

    svn propset --revprop -r (revision_number) svn:author (new username)
    

提交回复
热议问题