[Uml-devel] [Bug 67059] Automatic layout of diagrams
Ralf Habacker
ralf.habacker at gmail.com
Tue Mar 6 07:26:01 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=67059
--- Comment #19 from Ralf Habacker <ralf.habacker at gmail.com> ---
(In reply to comment #16)
> Created attachment 69318 [details]
> diagram auto layout for class diagrams
>
> This is my first version of a diagram auto layout implementation. Please
> review
For people not using git as frontend for umbrello development (which has
several advantages) here is a receipt:
1. checkout kdesdk trunk with svn
2. enter kdesdk
3. rename umbrello into umbrello_
4. run
git svn clone svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk/umbrello
umbrello
or when write access wanted
git svn clone
svn+ssh://username@svn.kde.org/home/kde/trunk/KDE/kdesdk/umbrello umbrello
This will need some time.
If not all the history is required one may add the -r <revision> option for
example
git svn clone -r 1000000
svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk/umbrello umbrello
cd umbrello
git svn fetch
5. to add the appended patch enter umbrello subdir and run
git am <downloaded-patch>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list