SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)
What is CVS and how does it work?
CVS is the source code control system that the XOOPS core team uses. A source code control system lets developers keep track of the different versions of all their files, and allows different developers to work on different files at the same time, and then merge all their changes into a single new version of the software they're making.
Module developers can use CVS also, through the dev.xoops.org site.
For detailed information about setting up access to CVS for yourself, check out this page from the wiki on dev.xoops.org: