Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] one parent with 2 children

Looking at your image the two child projects aren't shared with SVN.

On 29 May 2012 07:17, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
The three workspace projects are mapped to the same directory tree on
the filesystem. Use parent project to commit changes to svn, this will
commit changes to module projects too.

--
Regards,
Igor


On 12-05-29 6:08 AM, tong123123 wrote:
as the attached image shown, in m2eclipse, if I have one parent project
and two child projects, when import to m2eclipse, the layout becomes
three project, one is
parent
---------child1
---------child2

the second is
child1

the third is
child2

and if I change child1 in second project, it will synchronize with the
child1 in parent project.
But now I have svn commit parent and two childs project, so the first
parent
---------child1
---------child2
has svn symbol for change and can check check from repository, but the
second and third project cannot!!

how to handle this case?


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top