Nope never tried DZsoft.. I'll have to check it out..

CVS stands for Concurrent Versions System..

Think of VSS (Microsoft Visual Source Safe) or RCS (Revision Control System)

It's a place to keep your code.. It versions all of the files for you, and makes it a lot easier for multiple developers to work on one app..

You can checkout a peice of code from the CVS .. work on it.. then commit the code back to the CVS and it will merge all of the changes that other users made to the code while you had it checked out.. and it will give it a new version..

You can also take out older versions of your code if you need too... or if somebody messes up all of the code you can roll it back to a previous version and it is fine..

check out <A HREF="http://www.cvshome.com/" target="_new">http://www.cvshome.com/</A> for more information.

------------------------------------------------
Jeremy 'PeelBoy' Amberg