Re: Help-gnats Digest, Vol 21, Issue 7

Adam Cade <[email protected]>
Newsgroups gmane.comp.bug-tracking.gnats.general
Organization Go
Message-ID <[email protected]>
ahh, sorry!

GNATSWEB

Thanks!

[email protected] wrote:

>Send Help-gnats mailing list submissions to
>	[email protected]
>
>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
>	[email protected]
>
>You can reach the person managing the list at
>	[email protected]
>
>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" <[email protected]>
>Subject: RE: Unparseable replies from GNATS server
>To: "'Stuart Stevens'" <[email protected]>,
>	<[email protected]>
>Message-ID: <[email protected]>
>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:[email protected]] 
>Sent: Wednesday, August 04, 2004 7:49 PM
>To: 'Stuart Stevens'; [email protected]
>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:[email protected]]
>Sent: Wednesday, August 04, 2004 5:08 AM
>To: 'Stuart Stevens'; [email protected]
>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" <[email protected]>
>Subject: Failed to connect to gnatsweb server
>To: <[email protected]>
>Message-ID: <[email protected]>
>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:[email protected]:/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 <[email protected]>
>Subject: Re: Failed to connect to gnatsweb server
>To: [email protected]
>Message-ID: <[email protected]>
>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:[email protected]:/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: [email protected]
voice: +44 (0)20 7419 0001
fax  : +44 (0)20 7419 6519
web  : www.gointernet.co.uk

_______________________________________________
Help-gnats mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnats
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.