On Fri, Oct 30, 2009 at 5:00 AM, pipoun <[email protected]> wrote: > > On Oct 29, 8:49 am, Jorge Vargas <[email protected]> wrote: >> On Wed, Oct 28, 2009 at 8:41 AM, pipoun <[email protected]> wrote: >> >> > Should I update theses files? How can I do that automatically? >> >> You should updated them. And no there is no way to update them >> automatically as there is no way for the tool to know if it should >> overrides your changes or not. > > Thanks for the info > > I've tried to quickstart a new project in another folder, but it > doesn't work because paster doesn't want to create a new project with > the same project/package/module name.
yes that is the worst part. I normally rename the old one to something else. > I had to create a new virtualenv and quickstart from it. Now I have to > merge the files... > I hope there will be a more practical way to do that in the future. completely agree, however it's a complex problem. Other than having a branch in your dvcs where you can merge from I can't think of another solution. The problem is really that the QS code has no idea if you modified the files so it can't overwrite them. And in some cases you DO want to get rid of them. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

