Eclipse Subversive revision numbers on multiple project commit

Posted by CannyDuck on Stack Overflow See other posts from Stack Overflow or by CannyDuck
Published on 2011-01-03T23:46:37Z Indexed on 2011/01/03 23:54 UTC
Read the original article Hit count: 188

Filed under:
|
|
|
|

If I have 2 projects in Eclipse that refers to the same repository location.

repository location: svn://server
project-module1 -> svn://server/trunk/project-module1
project-module2 -> svn://server/trunk/project-module2

So if I sync the project change with Subversive and have a change in module1 and module2 that refers to the same context I select all files and perform one commit, but if I look into my project revisions after that I see that 2 revisions were created. One for module1 and one for module2 with the same comment.

How can I change the behave that only one revision number is created?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about svn