Re: Adding a file to CVS?
On Fri, 5 Jul 2002, Andrew Ferrier wrote: > OK probably am missing something very obvious here, but when I > use the -N option, all it does is add the line: > > ? app/authors.h > > to the top of the patch file, which is obviously not what I > want, since I need the content of the file included too! > > BTW, doing cvs add app/authors.h produces the following: > > cvs [server aborted]: "add" requires write access to the > repository > > Shall I just send the extra file separately with the patch, as > you suggested, Lars? It's probably easiest judging by the > above. Yes, please do so. I think Cyrille is wrong here -- you can't add files to read-only repositories, the best I know. -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor "I do not agree with a word that you say, but I | will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
Patch for --credits: please apply (was: Re: Adding a file to CVS?)
On 2002-07-05 at 09:40 -0500, Lars Clausen wrote: > Yes, please do so. I think Cyrille is wrong here -- you > can't add files to read-only repositories, the best I know. > > -Lars Yes, sorry, Cyrille, but I think you're wrong about that too --- certainly regular 'cvs add' doesn't seem to work, unless there is some magic option. Anyway, enclosed is a unidiff patch to do --credits for dia. I've factored out the contributor data into app/authors.h, which is the extra file not included in the patch, and modified the about box to use that. --credits also gets it's data from the same location. Hopefully the extra file (app/authors.h) doesn't require any additions to the makefile stuff. I certainly haven't made any. The next step will be to modify the makefile stuff to auto-generate AUTHORS, but I haven't done that yet. Could someone apply the enclosed patch and add the file (both gzipped)? (unless I've screwed something up which is quite possible --- still getting the hang of all of this). Thanks, Andrew. -- Andrew Ferrier email: [EMAIL PROTECTED] web: http://www.new-destiny.co.uk/andrew/ credits_patch.gz Description: Binary data authors.h.gz Description: Binary data
Re: Patch for --credits: please apply (was: Re: Adding a file toCVS?) (fwd)
Oops, meant to send this to the list... -- Forwarded message -- OK, what I'm doing was Cyrille's good idea. It's documented in #86375. Basically, the idea is: app/authors.h is the master list of contributors now (split into authors/documentors). The about box and --credits are generated from this (so, yes they are hardcoded in at compile time). This is what the patch I just submitted does. I intend to submit another one which contains modifications to the makefile stuff to auto generate AUTHORS from dia --credits. But this will take me a while I think to learn all the automake stuff. Hence why I'm submitting this patch first. I'd also like the website credits to be auto-generated via a similar mechanism if possible. And whilst you may have 'no say' (I doubt this very much!) I'm always willing to listen to criticism. I'm trying to help out w/ Dia but am building up slowly and there's probably lots of stuff I'm missing! Cheers, Andrew. On 2002-07-05 at 16:42 +0100, Alan Horkan wrote: > From: Alan Horkan <[EMAIL PROTECTED]> > To: Andrew Ferrier <[EMAIL PROTECTED]> > Date: Fri, 5 Jul 2002 16:42:11 +0100 (IST) > Subject: Re: Patch for --credits: please apply (was: Re: Adding a file to > CVS?) > > > Andrew > i am wondering about this new system > > will it load the authors file at runtime? > or will it embed it at compile time (which is what i hope you are doing > although i dont have much say in the matter). > > just asking > > Sincerely > Alan > > > On Fri, 5 Jul 2002, Andrew Ferrier wrote: > > > Date: Fri, 5 Jul 2002 16:25:56 +0100 (BST) > > From: Andrew Ferrier <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Subject: Patch for --credits: please apply (was: Re: Adding a file to > > CVS?) > > > > On 2002-07-05 at 09:40 -0500, Lars Clausen wrote: > > > > > Yes, please do so. I think Cyrille is wrong here -- you > > > can't add files to read-only repositories, the best I know. > > > > > > -Lars > > > > Yes, sorry, Cyrille, but I think you're wrong about that too > > --- certainly regular 'cvs add' doesn't seem to work, > > unless there is some magic option. > > > > -- Andrew Ferrier mobile:+44 (0) 7968 147953 web: http://www.new-destiny.co.uk/andrew/ email: [EMAIL PROTECTED] email-to-SMS: see website ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
win32 CVS build dependencies?
I was able to produce a working win32 Dia 0.90 build (major personal victory!!!), but am getting stubborn link errors (such as: LIBC.lib ___xc_z already defined in MSVCRT.lib) when I try to build ./lib folder from dia-CVS-20020701. Anyone out there been able to do a win32 build from CVS? If so, can you share the list of support packages you used? Here's what I'm trying to build with: glib 2.0.3 gtk+p1.3.0-20020313 libart 2.3.3 freetype 2.0.5 gimp 1.2.3 libxml2 2.4.22 libiconv 1.7 intl 0.10.40 dirent no version, date: 2001/9/29 gtk+ 2.0.3 atk 1.0.1 pango1.0.2 zlib 1.1.4 libpng 1.2.3 libjpeg 6b libtiff 3.4-1 thx! Mike. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
Re: Visible UML Comments
On Fri, 28 Jun 2002, [EMAIL PROTECTED] wrote: > Hi! > > This patch contains code to handle comments in DIA UML > Diagrams. The layout is a bit broken (strange alignement issues) but It > Works. It also adds some error checks. It doesn't resize the UML objects to allow room for the comments. Thus the text goes not only over the edge, but also outside the bounding box. Could you fix this? -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor "I do not agree with a word that you say, but I | will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
Re: Patch for --credits: please apply (was: Re: Adding a file to CVS?)
On Fri, 5 Jul 2002, Andrew Ferrier wrote: [...] > Could someone apply the enclosed patch and add the file (both > gzipped)? (unless I've screwed something up which is quite > possible --- still getting the hang of all of this). It has been applied. Thanks for the help! -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor "I do not agree with a word that you say, but I | will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
Re: Patch for --credits: please apply (was: Re: Adding a file toCVS?)
On 2002-07-05 at 16:53 -0500, Lars Clausen wrote: > > Could someone apply the enclosed patch and add the file > > (both gzipped)? (unless I've screwed something up which is > > quite possible --- still getting the hang of all of this). > > It has been applied. Thanks for the help! OK, thanks. Will try to get onto the other stuff, then #86375 can be closed and maybe I get onto doing something a bit more challenging (it's getting to grips with the cvs/automake/etc. that's the hard bit!) Cheers, Andrew. -- Andrew Ferrier email: [EMAIL PROTECTED] web: http://www.new-destiny.co.uk/andrew/ ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
tedia2sql 0.84 released
tediasql 0.84, the Dia UML Diagram to SQL DDL converter has been released. DB/2 support has been tested/debugged in tedia2sql 0.84. Other minor bugs fixed. Documentation updated. Homepage polished. If you're a database sort, please have a look now. Project homepage: http://tedia2sql.tigris.org -- Tim Ellis DBA, Gamet ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
Re: win32 CVS build dependencies?
> I was able to produce a working win32 Dia 0.90 build > (major personal victory!!!), but am getting stubborn Great! Are you using a MS compiler or gcc? Steffen ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list