public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Adam Cade <adam@gointernet.co.uk>
To: help-gnats@gnu.org
Subject: Re: Help-gnats Digest, Vol 21, Issue 7
Date: Thu, 19 Aug 2004 17:10:00 -0000	[thread overview]
Message-ID: <4124C3E2.4020508@gointernet.co.uk> (raw)
In-Reply-To: <20040813160030.2A9BB1C400D@mailfilter.gointernet.co.uk>


[-- Attachment #1.1: Type: text/plain, Size: 4959 bytes --]

ahh, sorry!

GNATSWEB

Thanks!

help-gnats-request@gnu.org wrote:

>Send Help-gnats mailing list submissions to
>	help-gnats@gnu.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.gnu.org/mailman/listinfo/help-gnats
>or, via email, send a message with subject or body 'help' to
>	help-gnats-request@gnu.org
>
>You can reach the person managing the list at
>	help-gnats-owner@gnu.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Help-gnats digest..."
>
>
>Today's Topics:
>
>   1. RE: Unparseable replies from GNATS server (Stuart Stevens)
>   2. Failed to connect to gnatsweb server (Stuart Stevens)
>   3. Re: Failed to connect to gnatsweb server (Chad Walstrom)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 12 Aug 2004 10:26:50 -0700
>From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
>Subject: RE: Unparseable replies from GNATS server
>To: "'Stuart Stevens'" <stuart_stevens@sierralogic.com>,
>	<help-gnats@gnu.org>
>Message-ID: <E1BvJQ6-0003es-Fk@lists.gnu.org>
>Content-Type: text/plain;	charset="us-ascii"
>
>Hi
>
>Does anybody have a recommendation on how to add an append-only comments
>field?
>
>I would like edits to allow new additions to the field and views to show the
>whole field.
>
>Stuart
>
>-----Original Message-----
>From: Stuart Stevens [mailto:stuart_stevens@sierralogic.com] 
>Sent: Wednesday, August 04, 2004 7:49 PM
>To: 'Stuart Stevens'; help-gnats@gnu.org
>Subject: RE: Unparseable replies from GNATS server
>
>
>
>In edit.c, set_field is being called with old_value set to 0x00.
>
>
>
>     if ((old_value == NULL && new_value != NULL)
>         || (new_value == NULL && old_value != NULL)
>         || (new_value != old_value && strcmp (old_value, new_value) != 0))
>       {
>         /* Ignore changes to readonly fields.  */
>         if (fieldDefForIndex (field)->readonly)
>           {
>             fieldsChanged[x] = 0;
>             set_field (new_pr, field, old_value, err);
>           }
>         else
>           {
>             fieldsChanged[x] = 1;
>           }
>       }
>
> 
>
>-----Original Message-----
>From: Stuart Stevens [mailto:stuart_stevens@sierralogic.com]
>Sent: Wednesday, August 04, 2004 5:08 AM
>To: 'Stuart Stevens'; help-gnats@gnu.org
>Subject: RE: Unparseable replies from GNATS server
>
>I am running GNATS 4.0 on Linux - Red Hat 9.  I pulled the TOT and rebuilt
>this morning.  I then run the daemon directly and I got a memory fault.  The
>daemon fails with the following field "Comment-new" added to dbconfig:
>
>field "Comments" {
>    multitext
>    read-only
>}
>
>field "Comment-new" {
>    multitext
>    on-change {
>        append-to-field "Comments" {
>                "Comment added by %s  on %D\n\n%s"
>                "$EditUserEmailAddress" "$CurrentDate" "$NewValue"
>        }
>    }
>    on-change {
>        set-field "Comment-new" {
>            ""
>        }
>    }
>} 
>
>I issued the following commands:
>
>lock 2511 stuart
>editaddr stuart
>edit 2511
><email with changes>
>
>Next step is to get into the debugger.
>
>Any ideas?
>
>Thanks
>Stuart
>
>
>
>
>
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 12 Aug 2004 20:06:17 -0700
>From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
>Subject: Failed to connect to gnatsweb server
>To: <help-gnats@gnu.org>
>Message-ID: <E1BvSRx-0003Fb-SV@lists.gnu.org>
>Content-Type: text/plain; charset="us-ascii"
>
>
>I am trying to pull down the latest gnatsweb code and I was unable to login.
>I used CVS 1.11.2 from behind a firewall.
>
>
>cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gnatsweb login
>CVS password:
>cvs [login aborted]: connect to subversions.gnu.org(199.232.41.3):2401
>failed: Connectit
>
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://lists.gnu.org/pipermail/help-gnats/attachments/20040812/ffff46c9/attachment.html
>
>------------------------------
>
>Message: 3
>Date: Fri, 13 Aug 2004 10:52:41 -0500
>From: Chad Walstrom <chewie@wookimus.net>
>Subject: Re: Failed to connect to gnatsweb server
>To: help-gnats@gnu.org
>Message-ID: <20040813155241.GE21337@wookimus.net>
>Content-Type: text/plain; charset="us-ascii"
>
>Stuart Stevens wrote:
>  
>
>>I am trying to pull down the latest gnatsweb code and I was unable to login.
>>I used CVS 1.11.2 from behind a firewall.
>>
>>
>>cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gnatsweb login
>>CVS password:
>>cvs [login aborted]: connect to subversions.gnu.org(199.232.41.3):2401
>>failed: Connectit
>>    
>>
>
>You're trying to connect to the subversion server for a CVS repository!
>Bad! ;-)  Take a look at this site for instructions:
>
>http://savannah.gnu.org/cvs/?group=gnatsweb
>
>
>  
>

-- 
Adam Cade , Go Internet Ltd
email: adam@gointernet.co.uk
voice: +44 (0)20 7419 0001
fax  : +44 (0)20 7419 6519
web  : www.gointernet.co.uk


[-- Attachment #1.2: Type: text/html, Size: 7252 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

  parent reply	other threads:[~2004-08-19 15:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040813160030.2A9BB1C400D@mailfilter.gointernet.co.uk>
2004-08-19 15:32 ` Gnats email can't handle attachments? Adam Cade
2004-08-19 15:32   ` Chad Walstrom
2004-08-19 17:10 ` Adam Cade [this message]
2004-08-22 11:55   ` Help-gnats Digest, Vol 21, Issue 7 Chad Walstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4124C3E2.4020508@gointernet.co.uk \
    --to=adam@gointernet.co.uk \
    --cc=help-gnats@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).