|
From: | Chicken Trac |
Subject: | [Chicken-janitors] Re: #364: convert all egg directories to the correct layout |
Date: | Thu, 02 Sep 2010 10:24:28 -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 -------------------------+-------------------------------------------------- Comment(by mario): Replying to [comment:3 felix]: > This should work: > > {{{ > cd <eggdir> > svn mkdir tags trunk > svn mv <eggname>* trunk > svn cp trunk tags/<version> > svn ci -m "yo dawg" > }}} That's basically what I'm doing (I just use {{{mkdir tags trunk && svn add tags trunk}}} instead of {{{svn mkdir tags trunk}}}, but I guess that doesn't make any difference). -- Ticket URL: <http://bugs.call-cc.org/ticket/364#comment:4> Chicken Scheme <http://www.call-with-current-continuation.org/> Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |