On 12/6/06, iain duncan <[EMAIL PROTECTED]> wrote: > > I want to write a bash script to clone a project so that I can keep a > dev version of each clients project on my server and then very quickly > replace the current one when I need to. Seems to me I can either: > > Wondering what others have found to be the best solution for that before > I start bashing. If I can come up with something half way good I'll > stick it on the wiki for improvements. > it seems your serving code out of the directory and not an egg file, the first thing to do will be this.
then move everything to svn, setuptools integration is great you can have an egg named project_r50.egg project_r58.egg and so on, all you need is to read a bit. reinventing the wheel is only good went the current one is broken. > Thanks > Iain > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

