: This article describes how to use NetBeans to connect to SVN to manage code. For more information about PHP tutorials, see. Method/step
1. open the NetBeans software
2. team development-> subversion
3. fill in svn information
4. use the account jhonse corresponding to the admin of the Super management group to connect
5. svn connection successful
6. because svn is empty, you need to use the account Jhonse corresponding to the admin of the super Management Group to create the site blog/bbs.
Use the svn command on CentOS7.0 to create a site.
Only users in the Super management group admini can create folders in the root directory, so they must use the jhonse user to log on.
Use the TortoiseSVN client corresponding to windows to create
7. use NetBeans to create site bbs/blog
8. use bbs_jhonse of the bbsadmin management group to connect to svn
9. select the site directory
10. create a site project
11. create a project
12. create a php project
13. The project is successfully created.
14. create a php file and submit it to svn.
(1) create a php file
15. select a project to submit
16. fill in the submitted information
17. submitted successfully!
18. View version control information
19. note:
Before going to work every day, it is best to update the data from the svn server before coding.
20. if it is not too troublesome, you can use the TortoiseSVN client!
The above describes how to use NetBeans to connect to SVN to manage code, including some content, and hope to be helpful to friends who are interested in PHP tutorials.