cvs upgrading problems

cvs upgrading problems

by Harald H -
Number of replies: 2

hi,
i just wanted to upgrad to the version 1.3 using cvs. because i'm a linux beginner i installed a test version of the moodle 1.2.1 in a directory called "mdl"

after that i tried to upgrade this version to 1.3 using the cvs.

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/moodle login

works, fine but

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/moodle co moodle

just makes me a new folder called moodle in my "mdl" folder, did not update the data in the mdl folder,

i guess i just dont understand the cvs correct.

TIA

Harald

Average of ratings: -
In reply to Harald H

how to upgrade to a CVS version

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Rename your mdl directory to mdl_temp

mv mdl mdl_temp

Check out the CVS 'moodle' directory

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/moodle co moodle

Copy moodle to mdl

mv moodle mdl

Copy config.php across:

cp mdl_temp/config.php mdl

Go the admin page in Moodle to upgrade.

Next time, you can upgrade by going into the mdl folder

cd mdl

and entering this:

cvs update -dP
In reply to Martin Dougiamas

Re: how to upgrade to a CVS version

by Harald H -

thanks for help,

it works approve

and...MOODLE IS THE BEST!!!