Every update ends with trashed website
Hi,
It is the third time i update my Tikiwiki.
Here exactly what is being done;
Under console;
cd tikiwiki
CVSROOT=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/tikiwiki"
CVS_RSH=""
export CVSROOT CVS_RSH
cvs -d $CVSROOT login
cvs -q update -r BRANCH-1-9 -dP
mysql databasename -u username -ppassword -f < db/tiki_1.8to1.9.sql
The result keep being the same;
Every file i have customized is broken and it permission set back to "root"
Example;
Parse error: parse error, unexpected T_SL, expecting ')' in /home/httpd/vhosts/xxxxxx/xxxxxx/xxxxxx/lang/fr/language.php on line 599
i have widely modified language.php (French) and where it is different from the original tiki i got;
<<<<<<< language.php
my customized lines
=
the lines has the update would write them
>>>>>>> 1.147.2.63
Result... Website is trashed and i have to run after each file containing "<<<<<<<", change it to "root" then solve manualy the problem.
Who can say it is a normal procedure ????? 😁😁
Is it something that could be corrected in next update procedure or is there something to avoid this (to avoid customizing is not a very good issue) ?
Thanks
Yoni