Re: [mdr-users] Re: Repository Questions
Adam <[email protected]> Wed, 17 Aug 2005 13:39:09 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Leonardo Gresta Paulino Murta wrote: > Hi Adam, > > >> I'm wondering if it would be best to do the shared repository via some >> sort of appserver/webservice. >> >> How would you look at doing a central repository for multiple users? >> Send in the XMI via a webservice, compare to the central repo xmi for >> that extend, have a "merge" jsp page, & then inject the merged xmi as >> the new extent? >> >> I was thinking of something like: >> >> http://pi.informatik.uni-siegen.de/pi/fujaba/difftoolsuite/index.html > > > Nice tool! We have coded a prototype that may be seen as a > complementary tool of yours. It privedes versioning support for UML > models and uses MDR as an underlying repository... > > http://reuse.cos.ufrj.br/prometeus/publicacoes/umlvcs-cr.pdf > > Leo > BTW is there any working code anywhere? Because we need based lined MIF/Collections of MIF (our XML interchange format) I'm thinking of combining uml-vcs with Subversion such that either periodically or "on update" an extent is extracted & sent to subveersion (where the uml-vcs is the only client of subversion thus negating conflicts between uml-vcs & subversion. Then people who just need the latest (or a given version of a ) MIF/MIF-XMI can directly download it via http. Adam