This article provides a detailed analysis of how to directly import a project to svn in zendstudio. For more information, see section 1. in zend-studio, right-click project explorer-> import-> select svn-> project from svn-> next-> create new... enter the project address in location-url, for example, svn: // 192.168.1.230/xuexi.
2. enter the username and password of your svn logon, and select save password. Click next.
3. this step is very important. it is easy for new users to know how to do it. Because the path is correct, the user name and password are correct, but the next and finish buttons are unavailable after this page. All are rejected. What should we do?
In fact, you only need to click the browser button next to the path and select how much content you want to go down (which Directory is down. If the path is written in place, you can click OK to select a path.
Then you can use the finish button. click it and select check out in the displayed form... Enter the project name in the input box below. Note that do not click finish here. Although this is a success, the down code is put in the default Project path of zendstudio, which is usually in drive C. You can put it in if you want.
4. click next to go to the next form and select the path in which the down project will be put. The specific step is to deselect use default workspace... This option. Select a path in the following path selection box.
5. click finish. In this way, the code goes down.