bug-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-arch] [bug #4926] Bug (I think) in ancestry, ancestry-graph


From: nobody
Subject: [Bug-gnu-arch] [bug #4926] Bug (I think) in ancestry, ancestry-graph
Date: Thu, 28 Aug 2003 18:48:20 -0400
User-agent: Mozilla/4.76 [en] (X11; U; FreeBSD 3.0-RELEASE i386)

=================== BUG #4926: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4926&group_id=4899

Changes by: Tom Lord <address@hidden>
Date: Thu 08/28/2003 at 15:48 (US/Pacific)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed
       Fixed Release |                           | tla-1.1pre6, 
tla--devo--1.1--patch-140




=================== BUG #4926: FULL BUG SNAPSHOT ===================


Submitted by: tomlord                 Project: GNU arch -- a revision control 
system
Submitted on: Fri 08/22/2003 at 10:19
Category:  tla                        Severity:  5 - Major                  
Bug Group:  bug                       Resolution:  Fixed                    
Status:  Closed                       Release:                              
Fixed Release:  tla-1.1pre6, tla--devo--1.1--patch-140Merge Request?:  yes -- 
diffs included
Your Archive Name:                    Your Archive Location:                
Assigned to:  tomlord                 

Summary:  Bug (I think) in ancestry, ancestry-graph

Original Submission:  From: Bruce Stephens <address@hidden>





I'm in a project tree, and I try to look at the ancestry:



bruce% tla ancestry

address@hidden

  dists--devo--1.0

    patch-41 ... base-0

address@hidden

  dists--devo--1.0

    patch-22 ... base-0

fs_archive_vesion: unidentifiable archive (address@hidden)



(Actually, this is after correcting a bug in

tla/libarch/archive.c---otherwise you don't get the archive name.)



Fair enough, I don't have address@hidden registered.  All the

patch-logs are in the project tree, so there should be no need for

remote access at all.  (I'm presuming this is a bug---surely I can't

be expected to register lots of random archives, including possibly

private ones, just to get ancestry graphs!)





I'm guessing this is the right fix (to the trivial archive.c bug), but

I'm not *that* sure.



bruce% tla what-changed --diffs

M  ./libarch/archive.c

 

* modified files

 

--- orig/libarch/archive.c

+++ mod/libarch/archive.c

@@ -86,6 +86,7 @@

   answer = lim_malloc (0, sizeof (*answer));

   mem_set0 ((t_uchar *)answer, sizeof (answer));

  

+  answer->name = str_save (0, name);

   answer->location = str_save (0, location);

  

   answer->client_anticipates_mirror = (want_mirror_of ? str_save (0, 
want_mirror_of) : 0);





No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4926&group_id=4899

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]