Enrico asked about mail error messages when I committed to SVN, gmail helpfully hid them in spam and I just found them, see below.
Cheers Lex
---------- Forwarded message ---------- From: Mail Delivery System Mailer-Daemon@users.sourceforge.net Date: Fri, Oct 17, 2008 at 7:03 PM Subject: Mail delivery failed: returning message to sender To: elextr@users.sourceforge.net
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
svn2irc@uvena.de retry timeout exceeded
------ This is a copy of the message, including all the headers. ------
Return-path: elextr@users.sourceforge.net Received: from apache by bj8yhf1.ch3.sourceforge.com with local (Exim 4.69) (envelope-from elextr@users.sourceforge.net) id 1KqkFz-0005zC-Cc for svn2irc@uvena.de; Fri, 17 Oct 2008 08:00:23 +0000 MIME-Version: 1.0 From: elextr@users.sourceforge.net Errors-To: elextr@users.sourceforge.net To: svn2irc@uvena.de Subject: SF.net SVN: geany:[3108] branches/build-system X-Mailer: SVN::Notify 2.66: http://search.cpan.org/dist/SVN-Notify/ Content-Type http://search.cpan.org/dist/SVN-Notify/Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: E1KqkFz-0005zC-Cc@bj8yhf1.ch3.sourceforge.com Date: Fri, 17 Oct 2008 08:00:23 +0000
Revision: 3108 http://geany.svn.sourceforge.net/geany/?rev=3108&view=rev Author: elextr Date: 2008-10-17 08:00:22 +0000 (Fri, 17 Oct 2008)
Log Message: ----------- The first partial prototype of project build commands.
Modified Paths: -------------- branches/build-system/ChangeLog branches/build-system/src/build.c branches/build-system/src/build.h branches/build-system/src/project.c branches/build-system/src/project.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
and the second message
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
geany-commits@uvena.de retry timeout exceeded
------ This is a copy of the message, including all the headers. ------
Return-path: elextr@users.sourceforge.net Received: from apache by bj8yhf1.ch3.sourceforge.com with local (Exim 4.69) (envelope-from elextr@users.sourceforge.net) id 1KqkFz-0005z5-6Y for geany-commits@uvena.de; Fri, 17 Oct 2008 08:00:23 +0000 MIME-Version: 1.0 From: elextr@users.sourceforge.net Errors-To: elextr@users.sourceforge.net To: geany-commits@uvena.de Subject: SF.net SVN: geany:[3108] branches/build-system X-Mailer: SVN::Notify 2.66: http://search.cpan.org/dist/SVN-Notify/ Content-Type http://search.cpan.org/dist/SVN-Notify/Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: E1KqkFz-0005z5-6Y@bj8yhf1.ch3.sourceforge.com Date: Fri, 17 Oct 2008 08:00:23 +0000
Revision: 3108 http://geany.svn.sourceforge.net/geany/?rev=3108&view=rev Author: elextr Date: 2008-10-17 08:00:22 +0000 (Fri, 17 Oct 2008)
Log Message: ----------- The first partial prototype of project build commands.
Modified Paths: -------------- branches/build-system/ChangeLog branches/build-system/src/build.c branches/build-system/src/build.h branches/build-system/src/project.c branches/build-system/src/project.h
Modified: branches/build-system/ChangeLog =================================================================== --- branches/build-system/ChangeLog 2008-10-16 18:21:14 UTC (rev 3107) +++ branches/build-system/ChangeLog 2008-10-17 08:00:22 UTC (rev 3108) @@ -1,3 +1,25 @@ +2008-10-17 Lex Trotman <elextr(at)gmail(dot)com> + + Prototype of project customisable build menu commands + + * src/build.h: + added build_default_menu() to interface, used by projects + * src/build.c: + build_make_file() changed to take commands from project or default + create_build_menu_gen() changed to create the menu from the project + settings or default & unref old menu so callable more than once + build_default_menu() added + on_includes_arguments_dialog_response() added getting the values for + the project fields + show_includes_arguments_gen() added the extra fields for project commands + * src/project.h: + added command and label fields to the project structure + * src/project.c: + update_ui() calls build_default_menu to make menu match project status + load_config() added loads for build commands & labels + write_config() added saves for build commands and labels + + 2008-10-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* doc/geany.txt, doc/geany.html, src/about.c, THANKS:
rest of the diff omitted
On Thu, 23 Oct 2008 11:13:45 +1100, "Lex Trotman" elextr@gmail.com wrote:
Enrico asked about mail error messages when I committed to SVN, gmail helpfully hid them in spam and I just found them, see below.
I didn't want to see the bounce mail necessarily, just wanted to know if you got one. Well, this still happens occasionally :(.
Regards, Enrico
On Sun, 26 Oct 2008 15:17:51 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
Enrico asked about mail error messages when I committed to SVN, gmail helpfully hid them in spam and I just found them, see below.
I didn't want to see the bounce mail necessarily, just wanted to know if you got one. Well, this still happens occasionally :(.
Maybe they've fixed it now: http://sourceforge.net/community/forum/topic.php?id=3920&page&replie...
I got the commit mail for Lex's r3165 - I'll checkout the branch and look at it soon.
Regards, Nick