chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit


From: Alejandro Forero Cuervo
Subject: Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit
Date: Thu, 8 Mar 2007 19:56:02 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

> Out of curiosity --- if an egg doesn't have a 'tags' (and 'trunk')
> directory, it is possible to modify it so that it does?

Not only possible, it is also worthwhile. :-)

You can do this by doing:

  cd $EGG
  mkdir trunk tags
  svn add trunk tags
  for file in *; do svn mv $file trunk; done;
  svn commit -m "Moving all the code to the trunk."

Commit and then follow the instructions in “Making a release” at:

  http://chicken.wiki.br/eggs%20tutorial#Making%20a%20new%20release

That should do it. :-)

Alejo.
http://azul.freaks-unidos.net/




reply via email to

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