How can Visual Studio.net use CVS management source code

xiaoxiao2021-03-06  55

Visual Studio.net how to use CVS management source code Original address: http://blog.9cbs.net/mongmong/archive/2004/08/30/8847.aspxvisual studio.net has good integration with the same Microsoft Visual SourceSafe Therefore, many people use Visual SourceSafe as their source management tool when using Visual Studio.net to develop. But what do Visual Studio.NET do when the project needs to use CVS as the source code management tool? This article will be described with a shallow description, teach you how to configure CVS to combine with Visual Studio.NET seamless. 1, the required software cvsnt: http://www.cvsnt.com (select CVSNT V2.0.51B as a server) IGLOO: http://www.jalindi.com/igloo/ http://www.devhood. COM / TOOLS / TOOL_DETAILS.ASPX? Tool_ID = 491 (Visual Studio.net plugin, used to access CVS), after IGLOO installation is successful, the default source control of Visual Studio.net will use CVS 2, configure the CVS server, such as use existing CVS, you can skip this step. After the CVSNT is installed, there will be a menu item "CVSNT / Service Control Panel" in the start menu, and there will be "CVS for NT" icon in the control panel. Click on one of you to open the following window: (Figure 1) Add the specified directory as the code storage in the repositories tab. If the specified directory is still not a storage library approved by CVSNT, CVSNT initializes the directory. As shown in Figure 2: (Figure 2) If you need to check if the Temporary Directory under the Advanced tag is the correct value. If the specified directory does not exist, the temporary folder cannot be established when the Visual Studio.NET is operated. As shown in Figure 3: (Fig. 3) 3, establish a Visual Studio.NET project and add to the SourceSafe compared to SourceSafe, the repository in the CVS is equivalent to the Databaseafe's Database, the Module in the CVS in the CVS and the client's directory structure and client directory structure correspond. Therefore, Visual Studio.net is saved in CVS in the module. A) Create a new Visual Studio.NET project (arbitrary), the Solution view is as follows: (Figure 4) This time there is a solution called CVSSolution in VS.NET and a named TestCVS in Cvssolution. Project.

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

New Post(0)