简体   繁体   中英

Maven multimodule project and SVN

I have a problem related to subversion and a maven multimodule project in eclipse.

Right now my project structure is (ignore the errors =)):

在此处输入图片说明

Then I upload the parent directory to SVN and make a checkout in another location, thinking that the eclipse directory structure will maintain, but it didn't, and it's a pain in the back to work using folders.

So my question is: how can I upload my project to a svn repository and keep the structure of the picture above?

Thanks

You can avoid this by never creating project inside the eclipse workspace. Always put them somewhere else, and then check them into and out of svn.

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