|
RE: [OTish] Version Control?: msg#00649apache.mod-perl
At 04:47 PM 10/30/02 -0500, Jesse Erlbaum wrote: >Web development projects can map very nicely into CVS. We have a very >mature layout for all web projects. In a nutshell, it boils down to this: > > "project/" > + apache/ > + bin/ That requires binary compatibility, though. I have a similar setup, but the perl and Apache are built separately on the target machine since my machines are linux and the production machine is Solaris. I only work on single servers, so things are a bit easier. I always cvs co to a new directory on the production machine and start up a second set of servers on high ports. That lets me (and the client) test on the final platform before going live. Then it's "apache stop && mv live old && mv new live && apache start" kind of thing, which is a fast way to update. I'd love to have the Perl modules in cvs, though. Especially mod_perl modules. It makes me nervous upgrading mod_perl on the live machine's perl library. Should make more use of PREFIX, I suppose. Speaking of cvs, here's a thread branch: I have some client admin features that they update via web forms -- some small amount of content, templates, and text-based config settings. I currently log a history of changes, but it doesn't have all the features of cvs. Is anyone using cvs to manage updates made with web-based forms? -- Bill Moseley mailto:moseley@xxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: DBD::Oracle/Windows2000 OK from prompt, not mod_perl?: 00649, Perrin Harkins |
|---|---|
| Next by Date: | RE: [OTish] Version Control?: 00649, Jesse Erlbaum |
| Previous by Thread: | RE: [OTish] Version Control?i: 00649, Jesse Erlbaum |
| Next by Thread: | Re: [OTish] Version Control?: 00649, siberian |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |