How to import the svn project from eclipse without installing the svn plug-in

Source: Internet
Author: User

1. Install SVN
2. Get the account name and password. Log on to SVN and downloadCode
3. Create a dynamic web project in eclipse with the same name as the project downloaded by SVN.
4. Copy the SRC files in the svn project and all files in the webroot directory to replace the contents in the corresponding directory of the new project.
5. Right-click the new project and click Refresh. Wait for eclipse building Workspace
6. Right-click the project and choose property:
Resources -- UTF-8
Build path: Add libraries: Select All jar packages under webroot/lib, and click OK.
7. Add the new project to the server and make the following changes:
1) double-click server and change timeouts to 200 +.
2) Expand servers on the left and enable server. xml. The <context docbase = "epolice"

Path = "/epolice"...> Change to <context docbase = "epolice" Path = ""...

 

Note: Step 7 depends on your project settings. I don't want to enter the project name in the URL, So I simply remove this in server. xml.

Related Article

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.