chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #151: henrietta does not obey (files...) from met


From: Chicken Trac
Subject: [Chicken-janitors] Re: #151: henrietta does not obey (files...) from meta
Date: Fri, 02 Jul 2010 10:27:05 -0000

#151: henrietta does not obey (files...) from meta
-------------------------+--------------------------------------------------
  Reporter:  ddp         |       Owner:        
      Type:  defect      |      Status:  closed
  Priority:  minor       |   Milestone:  4.6.0 
 Component:  extensions  |     Version:  4.3.0 
Resolution:  wontfix     |    Keywords:        
-------------------------+--------------------------------------------------
Changes (by felix):

  * status:  new => closed
  * resolution:  => wontfix
  * milestone:  => 4.6.0


Comment:

 I thought some sore about this and I have no good solution in the moment.
 Since henrietta has to run fast, the operations performed should be
 absolutely minimal: it already has to access the svn repo twice for each
 request (in the default case of accessing via subversion) and incorrect or
 missing files listed in the .meta file would create yet another error-
 situation to handle (currently there is only "egg missing").

 To keep things simple I recommend the following: put additional files and
 extra documentation into a separate directory, say:

 {{{
 :
 release/
   :
   4/
     :
     yelp/
       trunk/
       tags/
       doc/      <-- docs
     :
 }}}

 Since only the `trunk` and `tags` directories are processed by tools that
 access the repository (like henrietta),  you are free to add as many extra
 directories you like.

 This is not a perfect solution - in the event of reorganizing the
 repository layout (see ticket #91) we will be able to put additional
 material into the `dev` (development) part of the repository, which could
 hopefully make things somewhat cleaner.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/151#comment:3>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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