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