Further to my last.......

Further to my last.......

by David Carter -
Number of replies: 1

Since we will only be using 1 Linux server to host Moodle, do I still need to investigate and use CVS or can I get away with not using it??  What are the advantages of CVS and what does having CVS allow you that is addition to not having it??

Thanks again

David

Average of ratings: -
In reply to David Carter

Re: Further to my last.......

by Siegwart Mayr -

CVS lets you access directly all the source archives. CVS is required if you are developing/modifying code for the project, or if you want to always get the latest development copy of Moodle.  But even then, if you need the latest development copy, you can download it from the "latest nightly version" section without using CVS.  In other words, CVS is not needed nor is a requirement to sucessfully run a Moodle site.

For a production server, you might want to rely on a stable release of the software, rather than have a development copy.  The advantage of the development copy is that you get the latest features implemented in the project so far, but these might not always be as stable.