一个 SVN 存储库有两个用户帐户?

发布于 2024-12-24 18:44:51 字数 246 浏览 3 评论 0原文

我的设置是 VisualSVN Server,并且我在客户端上使用 VisualSVN。

我有一个存储库。

两个人将使用这台计算机,并使用相同的 Windows 用户帐户。

由于是两个不同的人,所以我们在提交时需要使用两个不同的svn帐户。这可能吗?如果我清除TortoiseSVN中保存的身份验证数据并重新登录,我只能在svn帐户之间“切换”,但我想知道是否有更好的方法解决这个问题?

也许我的处理方式是错误的?

My setup is VisualSVN Server, and I am using VisualSVN on the client.

I have one repository.

Two people will use this computer, both using the same Windows user account.

Due to it being two different people, we need to use two different svn accounts when committing. Is this possible? I can only "switch" between svn accounts if I clear the saved authentication data in TortoiseSVN and relogin, but I was wondering if there was a better way around it?

Maybe I am going about this the wrong way?

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

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

发布评论

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

评论(1

调妓 2024-12-31 18:44:51

您可以通过将一个

store-auth-creds = no

%APPDATA%\subversion\config 文件

禁用 svn 的身份验证存储。然后 subversion 将始终要求您在 tortoisesvn 中输入密码,您应该取消选中以保存身份验证数据。

除了有问题的始终登录方法之外,我建议 Filip De Vos 并建议您在同一台计算机上设置第二个用户帐户,或者在第二台计算机上设置第二个用户帐户。

You can disable svn's authentication storage by putting an

store-auth-creds = no

To the %APPDATA%\subversion\config file

Then subversion will always asks you for a password in tortoisesvn you should uncheck to save authentication data.

Beside the problematic always login approach, I second Filip De Vos and recomend you to set up a second user account on same machine or a second machine with second user account.

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