让 Visual Studio 2010 保留 VSS 密码
我使用 Visual Studio 2010 和 Visual SourceSafe 2005 进行源代码控制。每个开发人员都有自己的 VSS 访问用户名/密码。我知道如何配置 Visual Studio 来记住登录名,但我似乎找不到记住密码的方法。目前,每次我在源代码控制下打开项目时,我都必须输入密码。如果解决这个问题,我每天可以节省数百次按键!
请使用 SourceSafe 解决方案 - 无法迁移到 VSN。
I use Visual Studio 2010 with Visual SourceSafe 2005 for source control. Each developer has their own username/password for VSS access. I know how to configure Visual Studio to remember the login name but I cannot seem to find a way of remembering the password. Currently each time I open a project under source control I have to enter my password. A solution to this would save me hundreds of key presses per day!
A SourceSafe solution please - moving to VSN isn't possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我总是将 VSS 配置为使用网络用户名进行登录。
为此,请打开 VSS 管理工具,打开 VSS 数据库并转到“工具”|“选项”。确保选中此选项并且您应该已设置。
I always configure VSS to use the network username for login.
To do this, open the VSS admin tool, open your VSS database and go to Tools|Options. Make sure this option is checked and you should be set.
前几天我也在寻找同样的东西,但在 VS2010 中找不到该选项 - 但 Windows 可以救援(请记住,我们正在使用 TFS,但我可以想象它也适用于 VSS):
Windows 7 + Windows 2008 有所谓的“凭据管理器”或 .您可以通过“开始”菜单或通过“控制面板”>“控制面板”启动它。用户帐户>凭证管理器。
在这里,您可以通过“添加通用凭据”和您的用户名/密码信息输入新凭据,Visual Studio 将很乐意不再询问您的用户/密码。
当然,您的密码可能会被有权访问您的本地系统/在您的本地系统上工作的人读出。
I was looking for the same thing the other day but couldn't find the option in VS2010 - but Windows to the rescue (bear in mind that we're using TFS, but I can imagine it working for VSS too):
Windows 7 + Windows 2008 have the so called "Credential Manager" or . You can either start it via the Start Menu or via Control Panel > User Accounts > Credential Manager.
Here you can enter a new credential via "Add a generic credential" with your username / password information and Visual Studio will happily never ask for your user/pass again.
Of course your password could then be read out by someone having access to your local system / working on your local system.