What does the VSSVER2.SCC file do?

Source: Internet
Author: User
Tags version control system

IDCDPI there is a file under tools under the source fileVSSVER2.SCCWhat file is VSSVER2.SCC?first, a noun explanation: Microsoft Visual Source Safe is a version control system produced by Microsoft Corporation in the United States, referred to as VSS.

When using VSS for source control, when the software is deployed, there will be many VSSVER2.SCC files under the deployment folder, which can be deleted in bulk using the following command:

del vssver2.scc/s/f/q (under Windows commands)

Parameter s: Delete the files under the current folder and sub-folders

Parameter f: Delete read-only files

Parameter Q: Do not prompt when deleting

The delete command under Linux is:

Find/-name ' VSSVER2.SCC ' | xargs rm-rf OR

Find/-iname ' VSSVER2.SCC '-exec rm-rf {} \;

There are many friends on the Internet to ask VSSVER2.SCC is the virus? Here again, the full name of VSS is: Visual Source Safe, which is a local configuration file, not a virus ... The ver2 in the back is just the version number ...

Through the Baidu Encyclopedia we can also understand the simple work of VSS, the following:

Microsoft's VSS 6.0 addresses the long-term versioning issues faced by the software development team, which may effectively assist the project development team in managing the project program, and storing all project source files (including various file types) in a database in a unique way. The members of the development group cannot make direct modifications to the files in the database, but instead copy the source program of the project to the individual member's own working directory for debugging and modification by the version manager, and then submit the modified project file as checkin to VSS for a comprehensive update.

VSS also supports fast and efficient sharing of files between multiple projects. When a member adds a file to VSS, the file is backed up to the database so that all members can share the file. Moreover, each member's modifications to all project files will be recorded in the database, making the restoration and revocation of the modifications possible at any time and in any location. Members of the team may get the latest version of the project, modify it, and save a new version.

VSS's Project organization Management makes coordination of the development team easy and intuitive, when one and a group of files are issued to another member, team, Web site, or any other address, VSS ensures that they are truly shared between them and the security of the different versions of the selected set of files. More and more developers are now able to access the functionality of VSS through their development environment. And VSS can be easily integrated with Microsoft Access, Visual Basic, Visual C + +, Visual FoxPro, and other development tools, and once VSS is integrated into the development environment, it can be used like a control, is a great way to demonstrate the ease of use and power of VSS.

This article refers to: http://www.zhengluwei.cn/dongtai/dongtai_260.html.

What does the VSSVER2.SCC file do?

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.