简体   繁体   中英

Convert maven project to submodule of multi module project?

I have an existing project which is a single maven project. The SVN path be root/MySingleProject .

Now I'd like to create a multi module project (parent), and add the existing as a module. Which steps do I have to perform so that svn history/commits are preserved?

Can I just create a new folder in my svn and copypaste the existing project there? (and then of course create a parent and module pom). root/MyMultiModule/MySingleProject

Would this still maintain the history when checked in?

You have to use the Subversion move command to preserve the history: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.move.html

With TortoiseSVN (Windows) you can drag&drop the folder using the right mouse button instead of the left one: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-rename.html#tsvn-dug-rename-move

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