[chora] how do I interact with repositories?

Jon Parise jon@horde.org
Sun, 7 Oct 2001 22:54:01 -0400


On Sun, Oct 07, 2001 at 09:42:06PM -0500, Alex L wrote:

> Primarily though, now that I know a little more about CVS, I
> find that might not even be necessary b/c I can do diff reports
> off of horde's CVS (which is what I wanted to do).
 
Right, that's one of the most useful development tools.

As an aside, you might want to create a .cvsrc file.  Here are
the contents of mine:

    cvs -z3 -q
    update -d -P
    diff -u

I also use the following csh alias:

    alias   cvsdiff 'cvs diff -r BASE -r HEAD \!* | $PAGER'

-- 
Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member