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