On Mon, 11 May 2009, Eric Brunson wrote: > > One day I will work out how to use CVS and do proper diffs :) > > > > > > cvs add filename > cvs commit filename > cvs diff filename He meant he hasn't configured a CVS repository yet. That is relatively easy too, but if you just want diffs on a single file, RCS is very handy: $ ci -l filename $ vim filename $ rcsdiff filename $ ls filename* filename filename,v There is no repository, the versions are stored in ,v files. -- Stuart D. Gathman <stuart@bmsi.com> Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/