rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

dtoEvolution Error #24

Closed timeapen closed 8 years ago

timeapen commented 8 years ago

When I execute the scm load command to load the target workspace, I get the following error:

java.lang.IllegalStateException: Found two dtoEvolution elements with the same c omponentVersion value in bundle com.ibm.team.scm.common. at com.ibm.team.repository.common.internal.util.ModelElementDescriptor$E volutionDescriptorComponentVersionComparator.compare(ModelElementDescriptor.java :223) at com.ibm.team.repository.common.internal.util.ModelElementDescriptor$E volutionDescriptorComponentVersionComparator.compare(ModelElementDescriptor.java :1) at java.util.TreeMap.compare(TreeMap.java:1188)

Any ideas?

fbuehlmann commented 8 years ago

Are you working with our docker images or where you get this error? Do you have the error too without the migration cli plugin? Is the workspace name you are using unique or coudl there be an other workspace with the same name? Have seen this kind of error when using Java8 with the RTC CLI.