如何查看VSS中的所有VB6项目文件?

时间:2021-07-26 16:32:42

I have a VB6 project in Visual Source Safe 6.0. When I open the project I want to Check Out (Get) all the files in the project so that I can edit them.

我在Visual Source Safe 6.0中有一个VB6项目。当我打开项目时,我想检查(获取)项目中的所有文件,以便我可以编辑它们。

I have the VSS Options (within VB6) set to act on the Project recursively, but when I check out the project.vbp it only checks out the project file, not all the modules, etc. Those files all remain write protected until I individually check out each one.

我将VSS选项(在VB6中)设置为以递归方式对项目执行操作,但是当我检出project.vbp时它只检出项目文件,而不是所有模块等。这些文件都保持写保护,直到我个别看看每一个。

2 个解决方案

#1


2  

SOLUTION: Select the Project.vbp and, from the Tool>SourceSafe menu choose Check Out, you get a dialog which lets you choose ALL files (you get a checkbox for each and a button for Select All).

解决方案:选择Project.vbp,然后从工具> SourceSafe菜单中选择Check Out,您将看到一个对话框,您可以选择所有文件(每个文件都有一个复选框,全部选中一个按钮)。

Why I had problems

为什么我有问题

For some reason, if you right-click on the Project in the Project tree and choose Check Out it doesn't give you that dialog. It just checks out the Project file. (However, if you do the same thing and Check In, it gives you the dialog with the checkboxes for each file. I guess that that point it knows that you have more than one file to check in.

出于某种原因,如果右键单击“项目”树中的“项目”并选择“签出”,则不会为您提供该对话框。它只是检出项目文件。 (但是,如果你做同样的事情和Check In,它会给你一个带有每个文件复选框的对话框。我想这就知道你知道你有多个文件需要检查。

#2


1  

FWIW generally speaking you get more options when choosing 'Check out...' via the Tools menu as compared with choosing 'Check out' from the right click context menu. One of the more useful 'Advanced' options is to check out with out 'getting' (i.e. replacing) your local file.

FWIW一般来说,与从右键单击上下文菜单中选择“签出”相比,通过“工具”菜单选择“签出...”时可以获得更多选项。其中一个更有用的“高级”选项是检查出“获取”(即替换)您的本地文件。

#1


2  

SOLUTION: Select the Project.vbp and, from the Tool>SourceSafe menu choose Check Out, you get a dialog which lets you choose ALL files (you get a checkbox for each and a button for Select All).

解决方案:选择Project.vbp,然后从工具> SourceSafe菜单中选择Check Out,您将看到一个对话框,您可以选择所有文件(每个文件都有一个复选框,全部选中一个按钮)。

Why I had problems

为什么我有问题

For some reason, if you right-click on the Project in the Project tree and choose Check Out it doesn't give you that dialog. It just checks out the Project file. (However, if you do the same thing and Check In, it gives you the dialog with the checkboxes for each file. I guess that that point it knows that you have more than one file to check in.

出于某种原因,如果右键单击“项目”树中的“项目”并选择“签出”,则不会为您提供该对话框。它只是检出项目文件。 (但是,如果你做同样的事情和Check In,它会给你一个带有每个文件复选框的对话框。我想这就知道你知道你有多个文件需要检查。

#2


1  

FWIW generally speaking you get more options when choosing 'Check out...' via the Tools menu as compared with choosing 'Check out' from the right click context menu. One of the more useful 'Advanced' options is to check out with out 'getting' (i.e. replacing) your local file.

FWIW一般来说,与从右键单击上下文菜单中选择“签出”相比,通过“工具”菜单选择“签出...”时可以获得更多选项。其中一个更有用的“高级”选项是检查出“获取”(即替换)您的本地文件。