Recently, VSS was used in the project. This is also the first time to use it. Therefore, write your own learning experience! Note that different versions correspond to different vssplugin versions. This document is installed under eclipse3.3 and myeclipse 8.5.
1. You can download the VSS plug-in from the official website, or download the latest org.vssplugin_1.6.2 eclipse VSS plug-in at http://sourceforge.net/projects/vssplugin /.
II,
Install 1. Unzip the downloaded. rar package and obtain the folder org. vssplugin_1.6.2;
2. Copy org. vssplugin_1.6.2 to the/common/plugins folder (copy myeclipse 8.5 eclipse directly to the plugins folder under the root directory;
3. Modify the bundles.info file of/configuration/org. Eclipse. Equinox. simpleconfigurator, and add:
Org. vssplugin, 1.6.2, file:/D:/myeclipse/common/plugins/org. vssplugin_1.6.2/, 4, false (Note: Here are five items, which are used in the middle. Separated D:/myeclipse/common/plugins/org. vssplugin_1.6.2/is the absolute path of the folder in step 2.)
Then restart myeclipse (eclipse) in myeclipse-> window-> show view-> Other-> VSS or window-> preferences-> Team-> VSS. If you can see this item, congratulations! The installation is successful!