- This topic has 11 replies, 5 voices, and was last updated 19 years, 7 months ago by
Riyad Kalla.
-
AuthorPosts
-
AndyMemberGuys,
I’m a new user of your product and thik its great!UML Editor is a great feature, but i think it would be useful to be able to version control the diagrams. Is there any plan to support this through cvs/subversion plugins?
Thanks,
Andy.June 11, 2005 at 4:24 pm #230895
Riyad KallaMemberAndy,
The UML diagrams are stored in .umr files, you can check those files into cvs just like other project files and let the source control system version them for you.Were you having trouble doing this?
June 20, 2005 at 3:17 pm #231401
AndyMemberHi Riyad,
Have it working with subversion now. I guess you still need to be careful who is eniting the file to ensure changes are not lost. Binary files are a pain in that way.
Andy.June 21, 2005 at 2:18 am #231422
Werner PunzMemberNot really, the latest SVN supports explicit locking, just lock the file if you edit it and release it afterwards.
The explicit locking was introduced due to the fact that some people had exactly the same problem with not wanting conflicts in binary files.June 21, 2005 at 5:52 pm #231481
AndyMemberThanks Riyad. Just found some test RPMs for svn 1.2 and it seems to work with latest subeclipse plugin. Better than before!
June 21, 2005 at 6:10 pm #231482
Scott AndersonParticipantWe’re looking at modifying hte UML save format so that you can have either the compressed zip, or several XML files. Would that be of value?
November 15, 2005 at 5:14 am #241497
jorilMember@support-scott wrote:
We’re looking at modifying hte UML save format so that you can have either the compressed zip, or several XML files. Would that be of value?
It would be of GREAT value 🙂
That way I could use a SVN property such as svn:keyword and dynamically show in the diagram itself the SVN revision..
Are you really working on this? 🙂November 15, 2005 at 8:00 am #241505
Riyad KallaMemberjoril,
There has been no indication of interest in this from our users besides you and 2 other people at this time. While it is on our todo list, it is lower priority right now than some of the more popular items.I can ask management again if this is low cost enough to “just get in there”.
November 15, 2005 at 9:21 am #241525
jorilMember@support-rkalla wrote:
While it is on our todo list, it is lower priority right now than some of the more popular items.
I understand :/
@support-rkalla wrote:
I can ask management again if this is low cost enough to “just get in there”.
Many thanks, I hope they’ll let it through since it would allow for some nifty tricks, as I said earlier 🙂
November 15, 2005 at 9:47 am #241527
Riyad KallaMemberI would like to point out that the expanded files are *quite* large. An example UMR we use internally 600k or so in UMR format, but uncompressed I believe it is around 22MB, so providing this option certainly has it’s down sides (and you can see why they are compressed to start off with).
November 15, 2005 at 10:02 am #241532
jorilMember@support-rkalla wrote:
(and you can see why they are compressed to start off with).
I see, but I prefer to use one diagram per UMR (easier to share with coworkers), so they never get that big 🙂
(In my company I even pushed the use of RTF over DOC for the sake of versioning “plain text” over binary X-) )November 15, 2005 at 10:08 am #241533
Riyad KallaMemberNo worries, I’ve still sent the request in.
-
AuthorPosts