Go to install and configure VSS in Eclipse

Source: Internet
Author: User

Vss Installation

1. Install the Vss Server

Install vss6.0d on the server. After installation, there is a NETSETUP under the server directory C: \ Program Files \ Microsoft Visual Studio \ Common \ VSS. EXE file, share this directory, and the client will execute this NETSETUP..

2. Create a source code management database

2-1. Create a source code management database on the server to store the server version of the shared files of your development team. Create a shared network folder for the source code management database. On the Source Code Management Server, open Windows Resource Manager and create a folder named test.

2-2. Right-click "test" and then click "properties ".

2-3. In the "test properties" dialog box, click the "share" tab and then click "share this folder ". Now you can create a source code management database in the shared test.

3. Create a source code management database

3-1. on the server, click the start button, point to program, point to Microsoft Visual SourceSafe, and then click Visual SourceSafe 6.0 Admin ".

3-2. In the "Tools" menu in the "Visual SourceSafe Administrator" dialog box, click "Create Database ".

3-3. in the "Create new VSS Database in" box, find the "test" directory created above.

3-4. The source code management database of Visual Studio. NET has been set successfully. Then add the user, that is, all the developers of the development team will assign an account to open the database for identity authentication.

3. Install the VSS client from the network

3-1. Find the file NETSETUP. EXE in the Vss directory of the Vss server.

3-2. Install this file

Configure vss in eclipse

1. Download Free org.vssplugin_1.4.1-2.0-compability.zip to the local directory;

: Http://sourceforge.net/projects/vssplugin

2. Decompress org.vssplugin_1.4.1-2.0-compability.zip;

3. Copy the org. vssplugin_1.4.1 folder after compression to ECLIPSE_PATH \ plugins. (ECLIPSE_PATH is the installation path of eclipse)

4. Restart eclipse; (if you cannot find it, release and delete all the files except the INI file in the configuration file)

5. Help-> About Eclipse Platform-> Plug-In Details: Check that the Plug-In is successfully added;

6. Window-> Customize Perspective ..., In the dialog box, hook the VSS-related options in Window> Show View and Other, and click OK.

Use VSS (server) in Eclipse ):

New program:

1. Create a working path for the source file generated by the tool, and copy the entire working path to the corresponding location of the server;

2. Open Eclipse-> File-> New-> Project... Select the working path of this program on the server to create a new project;

3. Right-click the Project and choose "Team"> "Share Project ...;

4. Select VSS Configuration Wizard and click next;

5. Enter the User Name and Password;

6. If your computer can log on to the server without a password, directly enter or Click Browse... Select the VSS Database directory

(Select the directory of the VSS Document Library: that is, the database directory of the srcsafe. ini file );

7. Open the VSS client and create a folder corresponding to the sub-project name under the directory;

8. Select the folder created in VSS in Realative mountpoint and click OK (the folder path created in VSS, that is, the directory under which the project will be shared to vss );

9. Hook the multiple selection box below and click Finish;

10. Right-click the project and choose "Team"> "Add To VSS". Enter the corresponding comments and click "OK". (the entire project cannot be added)

11. in this way, you can perform the Check-in and Check-out operations in the Team.

Open an existing project (client) in the VSS database ):

1. Open Eclipse-> File-> New-> Project;

2. Right-click the Project and choose "Team"> "Share Project ...;

3. Select VSS Configuration Wizard and click next;

4. Enter the User Name and Password;

5. If your computer can log on to the server without a password, directly enter or Click Browse... Select the VSS Database directory;

6. Select the corresponding VSS path in Realative mountpoint and click OK (the folder path where the source code is stored in VSS, that is, the directory under which the project is to be shared with vss );

7. Hook the multiple selection box below and click Finish;

8. Right-click the project and choose Team> Refresh.

Start the project after the computer restarts:

Ensure that the local computer can be recorded to the server without entering the password;

Open Eclipse on the server, right-click the Project-> Open Project;

Right-click the Project and choose Team> Share Project...

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.