我使用 VS 2005 和 VSS 2005。每次关闭 VS 时都会出现错误:找不到 ss.ini。但除了这个 VSS 工作正常,当我打开 VS 并签入和签出时没有问题。ss.ini 存在并且 VSS 存储库指定为网络路径。我只是担心我以后会遇到问题。
3 回答
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 文件从另一个用户文件夹复制到您遇到问题的用户文件夹中,例如: Source: Project\users\ajit\SS.ini Destination: Project\users\Sujit\SS.ini
VSS 提供 Deploy 命令,允许您将文件发布到 Web 服务器。您可以查看以下链接以获取更多信息: http: //msdn.microsoft.com/en-us/library/bb509340 (v=vs.80).aspx