VSS and JBuilder56 Code Control Manual

zhaozj2021-02-16  54

1. Update VSS

Note: If your VSS is installed by the installer, you can skip this step.

(1) Clean the record of the registry in the registry.

1) Run regedit.exe

2) Clear all records in HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / SourceSafe

(2) Find a VSS installation version to select the installation VSS.

2. Establish VSS data source

(1) Run Visual SourceSafe 6.0 Admin, log in as Admin

(2) Select Menu Tools -> Create Database to create a database in the appropriate place

3. Put the project Check to VSS

(1) Establish the basic code of the project

(2) Open JBuilder5 / 6, select menu Team -> Select Project VCS -> Select Visual SourceSafe in the pop-up form

(3) Select menu Team -> Place Project Into VSS

(4) Fill in the directory path that has just established the data source in the pop-up window

(5) Fill in the username and password of Admin

(6) Click on the next NEXT button

(7) Fill in the location of the data source (in general, not filling it), then press the Finish button to end

4. Create user and assign user permissions

(1) Run Visual SourceSafe 6.0 Admin, log in to the data source as Admin

(2) Select Menu Users -> Add user to add an account for the project's developer

(3) Click Menu Tools -> Options, select the Project Security tab in the pop-up window, select the Enable Project Security check box, determine

(4) Click on the menu Tools -> Rights by Project, set the user's permissions, after the setting is complete, click Close to end

(5) Open the resource manager to store the Directory of the VSS data source to set all the read and write permissions for the project's developer

5. Project developers get project projects on VSS

(1) Open the resource manager, access the VSS data source directory shared by the server, and map it to its own machine

/ / -------------------------------------------------------------------------------------------- -----------------------

method 1:

(2) Run JBuilder5 / 6, click on Menu Team -> Select Project VCS -> Select Visual SourceSafe in the pop-up form

(3) Click on the menu Team -> Pull Project from VSS

Method 2:

(4) Select menu File -> New -> Project -> Pull Project from VSS

/ / -------------------------------------------------------------------------------------------- ------------------------- (5) Select the VSS data source directory just mapped.

(6) Fill in your own user name and password

(7) Select the appropriate project project in the data source

(8) Select an empty directory as a location where the new project is stored, click Finish to complete the settings.

(9) After engineering check in, you can reset the parameters of the project in the pop-up window by clicking on the menu Team -> Configure Visual SourceSaft.

6. Operation process

(1) Get the latest project version

Code control via VSS, you need to get the latest project code documentation

1) Click on the menu Team -> Commit Browser

2) You can get the list of changes between the latest code versions and local versions from the pop-up window.

You can click the COMMIT button directly to update the local version.

(Note: If you are configured using JBuilder 6, you can select the action item for change records to select the action to change this.

(2) Before you modify the file, you must first take the file Check Out:

Right click on the file you want to modify, select Visual SourceSafe from the pop-up menu -> Check Out "xxxxxxx"

After the file modification is complete, you must use the same method to enter the file Check IN, and you can access this file again.

(3) Add a file, the developer has added a file to the project, you need to add it to the VSS:

Right click on the file you want to add, select Visual SourceSafe from the pop-up menu -> Add "xxxxxxx"

(4) Delete files

1) CHECHOUT that you need to delete

2) Right click on the file and select Delete "XXXXX" from the pop-up window.

Note: When the author performs this, 50% of the opportunity will have a phenomenon of VSS operation.

Solution:

1) Activate the Win2000 task management window to dry the process ss.exe

by

VSS

of

Explorer

Window does not clear the file

K

.

转载请注明原文地址:https://www.9cbs.com/read-28008.html

New Post(0)