The NetBeans Wiki entry FaqUMLCollaborate clearly states: "At present NetBeans does not provide good support for sharing a UML model among multiple users." This entry then provides the primary workaround: to manually handle version control via operating system level version control commands and by ensuring that only one person edits the UML model at a time.
Other important observations related to NetBeans UML version control include the distinction of the files underlying NetBeans' UML Modeling tool. The
.etld
and .etlp
files contain the UML diagrams while the .etd
and .etup
files contain the model data that underlies the diagrams. The documentation also points out that NetBeans generates the nbproject/private
directory and its contents, so neither this directory nor the .ettm
files should be version controlled in any way.The blog entry Facing Software Configuration Management on NetBeans IDE looks at this issue and specifically addresses placing UML and other NetBeans-maintained non-source code files into Subversion. Additional background information can also be found here.
The good news is that the NetBeans UMLRoadmap indicates intentions to address version control awareness of metadata model in the first half of 2009 and to address a visual diff/merge tool in the second half of 2009.
The NetBeans 6.1 release in general and the UML Modeling Tool specifically offer many nice features. However, the lack of integrated NetBeans version control for UML modeling and class diagram files reduces the effectiveness of using the NetBeans UML Modeling tool with a large set of designers and developers.
2 comments:
Thank you, Dustin, saved me discovering it all on my own
Mark,
I am glad it helped. Thanks for taking the time to let me know that this was helpful.
Dustin
Post a Comment