Kevin
|
| Posted: 03/01/2003, 7:36 PM |
|
For those of us that end up with a corrupt CPP file (I end up deleting
everything and starting again) while trying to use CCS is there a utility to
regenerate the CPP file from a valid PHP+HTML file? If there isn't, why NOT?
1500 lines for customer event code and beta 3 when south with the CPP file.
|
|
|
 |
Tobias Weik
|
| Posted: 03/01/2003, 9:03 PM |
|
Kevin schrieb:
> For those of us that end up with a corrupt CPP file (I end up deleting
> everything and starting again) while trying to use CCS is there a utility to
> regenerate the CPP file from a valid PHP+HTML file? If there isn't, why NOT?
> 1500 lines for customer event code and beta 3 when south with the CPP file.
ever heard of cvs? :))
I just switched my whole project to be stored under cvs, running a local
cvsroot on windows (so you dont need a "real" cvs-server) by using
tortoiseCVS (see http://www.tortoisecvs.org/index.shtml for more) - its
great, even for cvs-beginners and single-developers: you can go back to
any version of any file at any time (if you commit your changes often
enough)! And btw: its open source ;)
just my two cent - tobias
|
|
|
 |
|