Deploy social networking sites

Source: Internet
Author: User
Tags php language svn update version control system
1, Svn:subversion, version control system, PHP language development. Facilitate the team to manage, develop, update and maintain the software. Port number: 3690/tcp
2. SVN configuration steps:
1) The project Manager creates the warehouse and sets the appropriate authentication information and permissions: Svnadmin Create/opt/svn/repo
There are three configuration files (conf directory):
svnserve.conf Server Master configuration file
Authz Permissions Control File
passwd account password File
2) Project manager Create project: SVN import webphp file:///opt/svn/repo/webphp-m "Initial Catalog"
3) The developer Checkout (check out) the corresponding project from SVN:
SVN checkout svn://192.168.0.172/webphp
4) developer submits to SVN:SVN ci-m "first Day development content"
5) Other people can update the content: SVN update
6) Project Manager Merge content: SVN co svn://192.168.0.172/webphp

Deploy social networking sites

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.