Software code version management and release method and apparatus
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- BEIJING CHUANGXIN JOURNEY NETWORK TECH CO LTD
- Publication Date
- 2018-04-13
Smart Images

Figure 1 
Figure 2
Abstract
Description
technical field
[0001] The invention relates to the field of computer technology, in particular to a method and device for software code version management and release. Background technique
[0002] In the Internet industry, after the server-side development engineer completes the program development, he needs to deploy the program code or compilation result to the server to run, so as to indirectly provide services to users. This process is called code release. Most of the code publishing in the prior art is realized by the following methods: first, the developer submits the code to the code management server, and then the code management server distributes it to the application server, and executes the corresponding command to make the code take effect; Project and version number, copy the code from the version control server to the local, obtain the updated content, package and upload the updated content to the target server, decompress and install it on the target server...