chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #364: convert all egg directories to the correct


From: Chicken Trac
Subject: [Chicken-janitors] Re: #364: convert all egg directories to the correct layout
Date: Thu, 02 Sep 2010 07:14:16 -0000

#364: convert all egg directories to the correct layout
-------------------------+--------------------------------------------------
  Reporter:  felix       |       Owner:           
      Type:  defect      |      Status:  new      
  Priority:  major       |   Milestone:           
 Component:  extensions  |     Version:           
Resolution:              |    Keywords:  eggs tags
-------------------------+--------------------------------------------------

Old description:

> Some eggs don't have tag directories. To make it easier to obtain version
> information, these should be created.

New description:

 Some eggs don't have tag directories. To make it easier to obtain version
 information, these should be created.

 These eggs are currently untagged:

 {{{
 args
 autoload
 colorize
 csv
 eggdoc
 epeg
 epoll
 estraier-client
 fancypants
 format
 free-gettext
 freetype
 gdbm
 getopt-long
 hostinfo
 input-classes
 internet-timestamp
 ioctl
 iset
 json-abnf
 kanren
 matchable
 md5
 mime
 ncurses
 neuromorpho
 openssl
 pdf
 phoghorn
 prometheus
 pty
 rpc
 special-case
 sql-null
 srfi-25
 srfi-27-reference
 srfi-37
 srfi-40
 srfi-4-comprehensions
 srfi-60
 srfi-63
 srfi-95
 ssax
 static-modules
 sxml-fu
 sxml-templates
 sxml-transforms
 sxpath
 test
 tiny-prolog
 vector-lib
 wiki-parse
 }}}

--

Comment(by felix):

 Replying to [comment:2 mario]:
 > I have "fixed" some (screwed the history, actually).
 >

 Thanks.

 > Jim said there's a proper way for doing the copy/move and keeping
 history, but I didn't don't how it (still don't know it).

 This should work:

 {{{
 cd <eggdir>
 svn mkdir tags trunk
 svn mv <eggname>* trunk
 svn cp trunk tags/<version>
 svn ci -m "yo dawg"
 }}}

 I converted a couple more (see updated description).

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/364#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]