PDA

View Full Version : Using CVS and Easy PHP Calendar?


nfrobertson
06-04-2006, 10:35 AM
Hello.

I'm using CVS to version/history my website files. Of course, when it gets to most of Easy PHP Calendar it has a problem because the file still ends in PHP (CVS thinks it's ASCII type) but is really encoded binary.

:confused: So, what I'm wondering is, after I purchase my license (later today) which of the calendar files should I store in CVS? I assume I need to save a license file and maybe some configuration data?

The rest can be restored by re-extracting from the calendar.zip so I'm ok there.

Thanks for the help.
Nathan

ve9gra
06-04-2006, 10:43 AM
If you modify the theme or templates, you should save those (and they're not encoded). Save the following files:

/calendar/calendar.php
/calendar/config.inc.php
/calendar/licence.php

nfrobertson
06-04-2006, 02:27 PM
If you modify the theme or templates, you should save those (and they're not encoded). Save the following files:

/calendar/calendar.php
/calendar/config.inc.php
/calendar/licence.php

Thanks!

What about the calendar settings. Are they saved somewhere that I need to make a copy of?

nfrobertson
06-04-2006, 03:44 PM
Nevermind. It looks like config.inc.php has what I was asking about.

Thanks.

Nathan