Maven multi-modules project and SVN
Svn seems quite broken when it comes to manage a maven mulit-module project.
On opening the commit dialog, only a subset of the changes is taken
into account.
an svn status into the module shows the totality of the changes.
With a combination of an 'svn update' into each module, it's sometimes
possible to get all the changes in the IDEA commit dialog.
Does others also have that problem?
Is it known? Is there something I can do to get the correct behavior?
cheers
请先登录再写评论。
Hello nodje,
Please make sure that the directory mappings in Settings | Version Control
cover the entire project. If you have multiple mappings for different modules
of your project, it will probably help to replace them with a single mapping
for the project root.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
I have just a mapping said:
>> Svn seems quite broken when it comes to manage a maven mulit-module
>> project.
>>
>> On opening the commit dialog, only a subset of the changes is taken
>> into account.
>>
>> an svn status into the module shows the totality of the changes.
>>
>> With a combination of an 'svn update' into each module, it's sometimes
>> possible to get all the changes in the IDEA commit dialog.
>>
>> Does others also have that problem?
>> Is it known? Is there something I can do to get the correct behavior?