[Subject]: configuration and use of VSS
[Keyword ]:
VSS
[To the source]: http://blog.csdn.net/ericfine/archive/2006/06/17/806215.aspx
You can also refer to these articles
Article :
Http://www.fish888.com/VSS-t112124
Http://www.fish888.com/vss-t87740
Directory:SummaryI. Preparations before development2. Creat
files, and documents, which securely supports parallel software development and effective control over changes to multiple software versions.ClearCase (CC)is part of the Rose component, the most recent configuration management tool for complex product origination, distributed teamwork, parallel development and maintenance tasks. You can control the file formats of Word, Excel,powerpoint, Visio, and so on, and you can define a type to identify the format you don't know.Visualsourcesafe (
During this time, I worked on a. Net project and a project development team in the company. The development environment was vs.net, and the language was C #. Three people developed the project collaboratively. Since it is collaborative development, we need to find a source code control software for source code management and version control in development. The first thing we think of is clearcase, which is well-known and never used. Who knows this is really complicated? First, we need to install
First, download the VSS plugin
You can go to the official website and download the latest Org.vssplugin_1.6.2eclipse VSS plugin here http://sourceforge.net/projects/vssplugin/. The file size is about 1MB.
Second, the installation
1. The download back to the. rar compression Package decompression, get the folder named org.vssplugin_1.6.2.
2. Place the folder together with all the files under it under the
and readSecond, install VSS, add an account. 1. After the installation is complete, add a database to the server. (By the way, modify the user admin password, the user's default password is empty, the empty password is inconvenient).2. Add a user to the server.3, open the VSS client login interface, log in with the Admin user, in the left side of the interface under the $ node, right-click the new project,
1. VSS features
It is hard to imagine and impossible to complete the current software project by one person. Generally, there is a R D team for joint analysis, design, coding and maintenance, A dedicated test team is also available to fully test software that has completed Code debugging. In this huge and complex process of software development, various personnel need to be involved. The communication and feedback of information is not only between m
Volume Shadow Copy Service (VSS) is a service introduced by Microsoft in Windows Server 2003. It allows you to use it without the assistance of professional IT personnel, it is easier to restore lost files. In addition, VSS provides more flexible backup solutions. Next we will learn more:
In Windows Server 2003, Microsoft has developed many new services for enterprises of different sizes. In my opinion,
Using VSS in eclipse
1. Download Free org.vssplugin_1.4.1-2.0-compability.zip to the local directory;
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;
5. Help-> about eclipse platform-> plug-in details: Check that the plug-in is successfully added;
6. Window-> customize perspective ..., In the
1. Set the VSS command lineProgramSs.exe path:Path = % PATH %; X :\...... \ Microsoft Visual Studio \ common \ VSS \ Win32
2. Set the path of the VSS database (Note ):Set ssdir =\\ cmserver \ Project
3. Set the user name for log on to VSS:Set ssuser = youraccount
4. Set the VSS logon password:Set sspwd = yourpwd
From VSS to SVN
How to Create a label in SVN?Many people with VSS experience may ask "How to tag SVN? "I generally replied: In SVN, the label concept is not required. Let's take a look at why VSS requires tags.
In VSS, the timeline of each file is recorded. For example, Main. C has been changed each time in 08.01.13 an
I turn: Comparison between SVN and CVS
This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/sfdev/archive/2008/08/26/2835073.aspx
I used CVS in my previous company. The difference is not obvious from the perspective of developers. What I can think of is two or three points: 1. CVS is unfriendly to directory management and cannot track directory changes; 2. Files cannot be renamed and submitted; 3. binary files (such as binary files) are not well manage
that the code we wrote was a bit problematic and could be implemented in a simpler way, at this time, we want to quickly return to the place where we want to modify or re-run, which is the role of the source code manager.
(2) Therefore, the source code we write must be well managed using a very good tool, and good rollback can be performed when there is a problem with our code, rolling back to a certain time point of a day, that is to say, all the source code of our development project must b
Http://www.cnblogs.com/crazybingo/archive/2010/05/14/1735802.htmlDifferences in C, VDD, VSS, VEE, and VPPIn electronic circuits, there are three different symbols for VCC, VDD, and VSS, and what is the difference between them?First, explainVcc:c=circuit indicates the meaning of the circuit, that is, the voltage of the access circuit; Vdd:d=device indicates the meaning of the device, i.e. the operating volta
Tip: Use the following method to completely import the history of the VSS file to CC. 1. VSS import data to CC1.1. user permission settings
For VisualSource Safe, you must have full permissions on all projects/files in the Visual Source Safe system;
For the ClearCase side, perform operations as the ClearCase administrator;
Therefore, it is best to use the same account (with the same password) and have the a
account and password used to use VSS in login. Specific settings.
Figure 2-1
Figure 2-2
The sourceanywhere interface and VSS are basically the same, and the implementation methods are basically the same. Interface 2-3.
Figure 2-3
2.2 settings in vs2005
Set in vs2005Source codeThe managed client is the sourceanywhere method.
Note:: If you set the sourceCodeThe management client i
Asp.net|web| Project
First, VSS must be above 6.0c to be used in the. NET environment.
There are 6.0d versions in the. net2003 installation disk, No 6-disc version.
Installation of VSS
Server side:
Find the installation file, run the Setup program, all the way next, it's very simple, no need to explain.
Client:
On the server, locate the VSS installation director
Asp.net| Stored Procedures | Control VSS control stored procedures and their asp.net remote debugging
Server Installation:
One, VSS 6d
Second, the vs2003.net, the server installs at least as the figure content:
Client:
One, can be far to the ASP.net server for remote
The server installation is complete and this machine is not used for special settings.
Can be implemented in t
1.1 configure VSS in EclipseInstall the VSS plug-in org.vssplugin_1.6.1.zip in eclipse. Can this plug-in replicate the download http://downloads.sourceforge.net/vssplugin/org.vssplugin_1.6.1.zip with the following address? Modtime = 1119297335 big_mirror = 0. After the download, read the following tutorial and create a directory, for example, D:/Eclipse/mypluins/vssplugin_1.6.1/Eclipse/plugins/org. vssplug
Recently, I need to access the source code through the Internet. I first wanted to use SVN, but I only used its client. I have never configured a server, and my peers have never touched it, I have read about the introduction that the new VSS supports Internet access. So I opened MSDN and found some English documents. to share the information with people who are not very good at English as I did, I would like to write down the entire setup process here
VSS often makes mistakes (reprinted)
Blog type:
Others
VSS operation
1. Get the latest version of the desired file "Get latest version" from the server. Others say it is an executable version, but I cannot compile it normally?
Cause:
In this case, it is very likely that your local disk retains the old files that have been deleted from the server. When you get the latest version from th
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.