VSS 2005 和 VS 2005
我使用 VS 2005 和 VSS 2005。每次关闭 VS 时都会出现错误:找不到 ss.ini。但除了这个 VSS 工作正常之外,当我打开 VS 并签入和签出时没有任何问题。 ss.ini 存在,并且 VSS 存储库指定为网络路径。我只是担心以后会出现问题。
I use VS 2005 and VSS 2005. Every time I close VS I get error: ss.ini not found. But except this VSS works fine, no problems when I open VS and do check in and check out. ss.ini is present and VSS repository specified as network path. I just worry that I can have problems later.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Ss.ini 会跟踪您的首选项、项目位置、对话框设置等。 ss.ini 需要位于数据库的用户文件夹中。就我而言,它是
C:\DEV_\VSS\SourceSafe\users\amissico\ss.ini
。如果文件存在,请检查文件夹和文件的权限。如果该文件不存在,请检查文件夹的权限。
Ss.ini keeps track of your preferences, project locations, dialog settings, and such. The ss.ini needs to be in the user's folder for the data base. In my case, it is
C:\DEV_\VSS\SourceSafe\users\amissico\ss.ini
.If the file exists, check permissions of folder and file. If the file doesn't exist, check permissions of folder.
将另一个用户文件夹中的用户文件夹中的 SS.ini 文件复制粘贴到您遇到问题的用户文件夹中,如下所示:
来源:Project\users\ajit\SS.ini
目标:项目\用户\Sujit\SS.ini
Copy paste SS.ini file from user folder from another user folder into user folder with whom you are getting an issue like :
Source: Project\users\ajit\SS.ini
Destination: Project\users\Sujit\SS.ini
VSS 提供 Deploy 命令,允许您将文件发布到 Web 服务器。您可以查看以下链接以获取更多信息:
http://msdn.microsoft.com/en-我们/library/bb509340(v=vs.80).aspx
VSS provides Deploy command which allows you publish files to your web server. You can check the following link for more info:
http://msdn.microsoft.com/en-us/library/bb509340(v=vs.80).aspx