On Oct 5, 9:27 am, Dan06 <[email protected]> wrote: > On Oct 3, 6:39 pm, Mike Orr <[email protected]> wrote: > > > I don't understand the difference between your approaches. > > The difference (and the question) is whether on the (pylons) > development server should there be both the original pylons project > directory AND the checked out pylons project from the repository or > just the checked out pylons project. > > From your response, it seems like you use only the checked out pylons > project.
A typical thing to do would be to... 1) Create a new Pylons project on your local machine (or dev server or wherever), 2) Immediately import the project into Subversion (minus some cruft--I think there may be a guide for this somewhere), 3) Check out the project from Subversion. 4) Move the original project directory (generated by paster) into the trash. 5) Make all your changes in the working copy created in step 3. HTH. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
