How to change password using TortoiseSVN?

后端 未结 7 632
梦如初夏
梦如初夏 2021-02-01 02:20

I need to change my SVN password. I am using TortoiseSVN client. I am not able to find the password change or add user option.

Is it possible? Is there any work ar

7条回答
  •  抹茶落季
    2021-02-01 03:06

    To change your password for accessing Subversion

    Typically this would be handled by your Subversion server administrator. If that's you and you are using the built-in authentication, then edit your [repository]\conf\passwd file on your Subversion server machine.

    To delete locally-cached credentials

    Follow these steps:

    • Right-click your desktop and select TortoiseSVN->Settings
    • Select Saved Data.
    • Click Clear against Authentication Data.

    Next time you attempt an action that requires credentials you'll be asked for them.

    If you're using the command-line svn.exe use the --no-auth-cache option so that you can specify alternate credentials without having them cached against your Windows user.

提交回复
热议问题