projects-in-cvs

Methods to Share Common Code Between Two CVS Projects

In CVS (Concurrent Versions System), sharing common code between two different projects can be achieved using modules, symbolic links, or branching and merging. Below are some methods to accomplish this:…

Read more »