suaveant has asked for the wisdom of the Perl Monks concerning the following question:
We're trying keeping prod on its own full branch but that causes issues as well. For one, merging onto the prod branch almost always causes conflicts (that we ignore), for two it is not exactly obvious how to handle reverting code if a delivery goes horribly wrong. We could use cvs's date updating but files are often on the ppe system days before they go out, and going by date won't give us the state of the prod server as it was on a certain day necessarily.
Other people must be working in situations like this, how do you handle keeping track of your production code in a living web application?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Handling production code with source control, any better ideas?
by raybies (Chaplain) on Mar 16, 2011 at 19:02 UTC | |
|
Re: Handling production code with source control, any better ideas?
by ELISHEVA (Prior) on Mar 16, 2011 at 18:08 UTC | |
by suaveant (Parson) on Mar 16, 2011 at 20:48 UTC |