Bug 108585

Summary: group work feature wish
Product: [Applications] umbrello Reporter: Gaël de Chalendar (aka Kleag) <kleagg>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gaël de Chalendar (aka Kleag) 2005-07-05 13:49:04 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Like in wish #85261, I'd like to see group work feature in Umbrello. But, it could be implemented through standard versionning systems, like CVS or SVN. By splitting the model in multiple XMI files, handling of versions could be precisely done.
Comment 1 Oliver Kellogg 2005-07-05 16:02:01 UTC
AFAIK the XMI standard (at least in version 1.2) does not support dependencies
between XMI files; simply put, there is no #include statement for XMI files.
So with a file based versioning system such as CVS or SVN, this would mean
leaving the XMI standard.
Comment 2 Gaël de Chalendar (aka Kleag) 2005-07-05 17:58:39 UTC
Well, CVS and SVN could handle the whole XMI file as a whole, even if conflicts risk could be greater, I'm not sure.
Comment 3 Oliver Kellogg 2005-07-05 19:02:40 UTC
Implemented in SVN main trunk (will be in version 1.5)

*** This bug has been marked as a duplicate of 87252 ***