[linux-lvm] Re: Script to import hardware snapshoted VGs

Stuart D. Gathman stuart at bmsi.com
Mon May 11 21:15:22 UTC 2009


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 at 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.




More information about the linux-lvm mailing list