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

2007-03-08 Thread Graham Fawcett
On 3/8/07, Alejandro Forero Cuervo <[EMAIL PROTECTED]> wrote: > 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: [snip] Excellent -- thank you, A

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

2007-03-08 Thread Alejandro Forero Cuervo
> 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;

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

2007-03-08 Thread minh thu
2007/3/8, Alejandro Forero Cuervo <[EMAIL PROTECTED]>: > >What if the directory contains multiple eggs ? > >I ask this because I think I'll end up with lot of eggs for the > >gl-suite project. > >Is it better to have, gl-display-*, gl-font, gl-math, gl-repl, > >gl-samples, gl-etcaetera, > >or sim

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

2007-03-08 Thread Alejandro Forero Cuervo
> >What if the directory contains multiple eggs ? > >I ask this because I think I'll end up with lot of eggs for the > >gl-suite project. > >Is it better to have, gl-display-*, gl-font, gl-math, gl-repl, > >gl-samples, gl-etcaetera, > >or simply gl-suite ? > >(If the former, Felix, prepare to have

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

2007-03-08 Thread felix winkelmann
On 3/8/07, minh thu <[EMAIL PROTECTED]> wrote: What if the directory contains multiple eggs ? I ask this because I think I'll end up with lot of eggs for the gl-suite project. Is it better to have, gl-display-*, gl-font, gl-math, gl-repl, gl-samples, gl-etcaetera, or simply gl-suite ? (If the fo

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

2007-03-08 Thread minh thu
2007/3/8, felix winkelmann <[EMAIL PROTECTED]>: On 3/7/07, Alejandro Forero Cuervo <[EMAIL PROTECTED]> wrote: > > egg-post-commit should only automatically upload an egg if (1) it > detects a change in the directory for the egg's latest release and (2) > the egg's directory doesn't have the 'auto

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

2007-03-08 Thread felix winkelmann
On 3/8/07, Graham Fawcett <[EMAIL PROTECTED]> wrote: Out of curiosity --- if an egg doesn't have a 'tags' (and 'trunk') directory, it is possible to modify it so that it does? Yes, you can restructure your egg directory with "svn mv", for example. cheers, felix ___

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

2007-03-08 Thread Graham Fawcett
On 3/8/07, felix winkelmann <[EMAIL PROTECTED]> wrote: On 3/7/07, Alejandro Forero Cuervo <[EMAIL PROTECTED]> wrote: > > egg-post-commit should only automatically upload an egg if (1) it > detects a change in the directory for the egg's latest release and (2) > the egg's directory doesn't have th

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

2007-03-07 Thread felix winkelmann
On 3/7/07, Alejandro Forero Cuervo <[EMAIL PROTECTED]> wrote: egg-post-commit should only automatically upload an egg if (1) it detects a change in the directory for the egg's latest release and (2) the egg's directory doesn't have the 'autoupdate' Subversion property set to 'no'. The directory

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

2007-03-07 Thread Alejandro Forero Cuervo
> I think it would be preferable to use a tagged version. That way you can > commit as much as you wont and the auto-upload script will only > check the latest tagged version for changes. Yeah, I agree with this: egg-post-commit should only automatically upload an egg if (1) it detects a change

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

2007-03-07 Thread felix winkelmann
On 3/7/07, minh thu <[EMAIL PROTECTED]> wrote: 2007/3/7, felix winkelmann <[EMAIL PROTECTED]>: > On 3/7/07, minh thu <[EMAIL PROTECTED]> wrote: > > > > When you make a change, don't you up the version ? > > No. That's the job of the developer. I was talking a bout the developer when saying "you"

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

2007-03-07 Thread minh thu
2007/3/7, felix winkelmann <[EMAIL PROTECTED]>: On 3/7/07, minh thu <[EMAIL PROTECTED]> wrote: > > When you make a change, don't you up the version ? No. That's the job of the developer. I was talking a bout the developer when saying "you"... > If it's the case, automatic upload would only

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

2007-03-07 Thread felix winkelmann
On 3/7/07, minh thu <[EMAIL PROTECTED]> wrote: When you make a change, don't you up the version ? No. That's the job of the developer. If it's the case, automatic upload would only involve new directory under tags. Also, in the .meta file, maybe it would be wise to have an option to disable

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

2007-03-07 Thread minh thu
2007/3/7, felix winkelmann <[EMAIL PROTECTED]>: On 3/6/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > > > > BTW, shouldn't we really start thinking about automatic upload? > > Please, what does the above phrase mean? Automatic egg post when the > svn repo copy of the source is changed? I hope not. >

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

2007-03-06 Thread felix winkelmann
On 3/6/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > > BTW, shouldn't we really start thinking about automatic upload? Please, what does the above phrase mean? Automatic egg post when the svn repo copy of the source is changed? I hope not. Well, (un)fortunately, it means "yes". The problem is t

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

2007-03-06 Thread Kon Lovett
On Mar 6, 2007, at 2:24 AM, felix winkelmann wrote: Hi! I have made some modifications to egg-post-commit to properly handle tags in the wiki->html conversion. I'm still shaking with horror from the experience... getting the proper versions of the proper eggs installed and figured out how t