mit-scheme-devel
[Top][All Lists]
Advanced

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

Re: [MIT-Scheme-devel] git?


From: Matt Birkholz
Subject: Re: [MIT-Scheme-devel] git?
Date: Mon, 27 Apr 2009 00:53:31 -0700

> From: Chris Hanson <address@hidden>
> Date: Sun, 26 Apr 2009 12:16:36 -0700
>
> On Sun, Apr 26, 2009 at 3:58 AM, Matt Birkholz
> <address@hidden> wrote:
> 
> >>[...] it's possible to get the RCS files from savannah for this
> >>purpose.
> >
> > How do I get ahold of this weird hash.scm,v file?
> 
> I've attached part of the snapshot I was working with two months ago.

Thanks.  I found that the following patch allows
src/runtime/hash.scm,v to work with CVS.  Without the patch, I cannot
access revisions older than 14.1.  WITH the patch, I can get all the
way back to 1.27.  The results seem OK, though several of the 22 year
old versions have unbalanced parens.  Good enough?

Can you apply this?  Perhaps it will allow git-cvsimport to win.

*** mit-scheme.orig/v7/src/runtime/hash.scm,v   Wed Jan 30 13:02:31 2008
--- mit-scheme.fix/v7/src/runtime/hash.scm,v    Mon Apr 27 00:24:59 2009
***************
*** 1160,1165 ****
     (lambda ()
       (primitive unhash-table hash-table))))
! d228 2
! a229 228
  (initialize-object-hash! 313)
  
--- 1160,1166 ----
     (lambda ()
       (primitive unhash-table hash-table))))
! d227 2
! a228 229
! 
  (initialize-object-hash! 313)
  




reply via email to

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