Methods/Steps
1. Open the NetBeans software
2. Team development-> subversion
3. Fill in the svn information
4. Use the account corresponding to the super management group admin jhonse to connect
5. The connection to svn is successful
6. Because the svn is empty now, you need to use the account Jhonse corresponding to the super management group admin to create the site blog/bbs
in CentOS7.0 Use the svn command to create the site.
Because only users in the super management group admini can create folders in the root directory, you must log in with the user jhonse.
Use the corresponding TortoiseSVN client on the windows system to create
7. Use NetBeans to create the site bbs/blog
8. Use the user bbs_jhonse of the bbsadmin management group to connect to svn
9. Select the site directory
10. Create a site project
11. Create a new project
12. Create a new PHP project
13. Project created successfully
14. Create php file and then submit svn
(1) Create php file
15. Select the project to submit
16. Fill in the submission information
17. Submission successful !
18. View version control information
19. Note:
It is best to update the data from the svn server before going to work every day, and then continue coding.
20. If you don’t mind the trouble, you can use the TortoiseSVN client!
The above introduces the tips for using NetBeans to connect to SVN to manage code, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.