Does anyone have any experience of using version control systems like CVS for developing and maintaining web sites ? What software would you recommend ? cheers johnt
CVS is great. I use it as a command-line tool, but there are many development environments that will integrate seamlessly with CVS. There are also standalone applications that provide UI for CVS (e.g. http://www.wincvs.org/). J.D.