Introduction + svn SVN build server and client detection + + project release Conflict Resolution

SVN Profile

  Among the actual project development can not be certain only one person to complete the project, it must be carried out to develop people, so if people are developed, they will result in the modification conflict. (Metaphor a message class, a few people will change you cover me, and I cover you). The initial version control tools CVS. These tools are developed under linux, then move to the next windows. But still have to operate under linux deployed in practice. But slowly the discovery process for project management in CVS will produce a lot of useless history file. So now developers are beginning to use CVS after the SVN. Use version control tools can effectively manage and resolve the conflict for your project code. At least not appear more than one person at the same time operating a file appears coverage, it will mark the produce covered for us. ,

  But have to say is, svn have their own limitations, if the code is developed in a project team in SVN which saved the project, it can only be managed locally. svn using the client-server model, that requires the use svn server must be set up there, and then to individually configure the client. If there is no network program can not be subject to version control. So now is the best use of GIT.

Set up svn server

  If it is set up svn server, firewall off the machine, unloading 360. You must have installed the software on the server side, if you want to install the windows version only need to start the installer directly. (Fool installation)

  At this point svn server software has been installed, but still need to configure it before you can use.

Installation: The machine VisualSVN Server 2.6.5 Setup

Double-click the program agreed protocol 1. unzip 

1, and now need to prepare a working directory, assuming that: "e: \ mysvnpro" or use the command: enter cd e: mkdir mysvnpro

2, at this time "mysvnpro" directory just a single empty directory, the directory is not a recognized svn, svn is not a recognized directory, so you need to initialize this working directory to the SVNServer which has a configuration file

 

 

Build svn client

Project release and detection

Conflict Resolution

 

Guess you like

Origin www.cnblogs.com/djlindex/p/11520679.html