On 05/11/2009 03:15 PM, Stuart D. Gathman wrote:
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.
RCS is very handy for that. I recently discovered Mercurial, which will turn any directory into a repository, it's awesome.
_______________________________________________ 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/