Instructions for use
Import project
The use process is as follows:
When a personal work in the group is established, it is necessary to put the project in SourceSafe, as shown below.
Step 1: Select "Team" in the menu --- "SELECT Project VCS"
Step 2: After the dialog box, choose "Visual Source Safe"
Step 3: Select menu "Team" ----- "Place Project Into VSS"
Step 4: Enter the path where SourceSafe is located
Step 5: Enter the username password in the SOURCE
Step 6: Select the file to be placed in SourceSafe
Step 7: Select the file to be placed as "check out"
Step 8: Where should I choose to put the project in SourceSafe?
Step Ninth: Select to be completed, but the import is as shown in the following figure.
operating
1, Check Out
Click Right click on the file to be check out, select "Check Out XXXX.XXXX"
Out of the prompt box, choose "OK"
Success Check Out
2, undo check out, remove, check IN is similar to the above operation.
If you do not want to appear after a prompt each time you operate, select the options in the Browser in the Tools ---- Ide Options.
It should be noted that if you want to remove the file in the Source Safe, select "Remove" if you want to delete the file on the local machine and Source Safe, first Check Out, then remove, then delete.
Loading project
Load the project from the Source Safe, the process is as follows:
Step 1: Select File ---- New
Step 2: Select "Pull Project from VSS" in "Project"
Step 3: Select Source Safe path
Step 4: Enter the username password for Source Safe
Step 5: Select the project catalog to be downloaded
Step 6: Select the local directory where the project is required to store the project, the directory must be empty.
Step 7: Load completion.
other
The VSS in JBuilder9 can basically complete the function, but there is also a disadvantage: only a single file can be check out, check IN operations can be operated for multiple files at a time.
If a member in the group joins a file in the project, the additional members can see the file.
The solution is to set the SET WORKING FOLDER of the SRC directory in Source Safe to the src directory of the local engineering. Before opening JBUILDER, first take the latest version of the directory to the local. This will see the files submitted by other members after using JBuilder to open the project.