[Top][All Lists]
[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/
- [Chicken-users] Re: [Chicken-hackers] egg-post-commit, Kon Lovett, 2007/03/06
- [Chicken-users] Re: [Chicken-hackers] egg-post-commit, felix winkelmann, 2007/03/07
- Re : [Chicken-users] Re: [Chicken-hackers] egg-post-commit, minh thu, 2007/03/07
- Re: Re : [Chicken-users] Re: [Chicken-hackers] egg-post-commit, felix winkelmann, 2007/03/07
- Re : Re : [Chicken-users] Re: [Chicken-hackers] egg-post-commit, minh thu, 2007/03/07
- Re: Re : Re : [Chicken-users] Re: [Chicken-hackers] egg-post-commit, felix winkelmann, 2007/03/07
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, Alejandro Forero Cuervo, 2007/03/07
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, felix winkelmann, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, Graham Fawcett, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, felix winkelmann, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit,
Alejandro Forero Cuervo <=
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, Graham Fawcett, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, minh thu, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, felix winkelmann, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, Alejandro Forero Cuervo, 2007/03/08
- Re: [Chicken-users] Re: [Chicken-hackers] egg-post-commit, minh thu, 2007/03/08