Hi Petr,
I have a question about using
CVS to checkout the book module.
Here is is my CVS checkout command:
$ cd /var/www/moodle
$ cvs co -r MOODLE_18_STABLE -d mod/book contrib/plugins/mod/book
This creates a
lang directory
under the
book directory (see screenshot). The book/lang directory must be moved -- or rather merged -- with the 'real' lang directory, which is up one level. In the past, when I installed book using the zip file from modules and plugins, I made these structural changes manually. Now that I am using CVS, do I also have to merge the contents of the lang CVS subdirectories?
I guess the real question is: Why doesn't the book module have lang and mod at the
same level so that CVS checkout works without requiring any subsequent restructuring by the administrator?
I'm also wondering how I should
update the book module using CVS, since update will have the same structural problems as the initial checkout.