简体   繁体   中英

Can I check out an SVN project to a dynamic web project in Eclipse?

I am looking for a way to check out a java project from SVN, preferably using subclipse, and sync it with a dynamic web project in my workspace in eclipse.

I would ideally like the Checkout function to download the contents of the java project in the repository into a WebContent folder in my dynamic web project. Is it possible to do this by editing a file path somewhere or by any other means?

I have looked and found similar question answered already (such as How do I check out an SVN project into Eclipse as a Java project? ) but I'm not sure they can help me.

Thanks in advance.

Have you seen Subversive . I use this plugin to checkout projects from SVN.

The Subversive project is aimed to integrate the Subversion (SVN) version control system with the Eclipse platform. Using the Subversive plug-in, you can work with projects stored in Subversion repositories directly from the Eclipse workbench in a way similar to work with other Eclipse version control providers, such as CVS and Git.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM