从命令行检出存储库时如何显式设置 svn 密码

发布于 2024-12-01 02:02:23 字数 95 浏览 2 评论 0原文

我收到svn:授权失败错误,并且我想确保我第一次输入了正确的密码,因此我想重置密码。

当我尝试查看存储库时,第一次输入密码后不再提示输入密码。

I'm getting svn: Authorization failed error and I want to make sure that I typed the correct password the first time, so I want to reset the password.

When I try to check out the repository there's no longer a prompt for a password after the password was typed the first time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

め可乐爱微笑 2024-12-08 02:02:23

使用命令行帮助:)

svn help co

在那里您可以看到:

Global options:
  --username ARG           : specify a username ARG
  --password ARG           : specify a password ARG

如果您希望 svn 客户端忘记您的密码,您必须删除 ~/.subversion/auth/svn.simple/ 中的相应文件

Use the command line help :)

svn help co

There you can see:

Global options:
  --username ARG           : specify a username ARG
  --password ARG           : specify a password ARG

If you want that svn client forgets your password you must delete the appropiate file in ~/.subversion/auth/svn.simple/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文