[CM] Sourceforge

rm@fabula.de rm@fabula.de
Fri, 7 May 2004 13:17:45 +0200


On Fri, May 07, 2004 at 03:37:24AM -0700, Bill Schottstaedt wrote:
> The ".snd." business was one of the recent changes at Sourceforge --
> the new way to use the Snd CVS repository is:
> 
>  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/snd login
>  cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/snd co cvs-snd
> 
> (not "cvs.snd.sourceforge") -- I updated the note in README.Snd.

BTW, just as a small tip to make cvs easier to use: instead of giving the
repository location to each cvs invocation one can set the CVSROOT environment
variable. I usually do:

 $ export CVSROOT=':pserver:anonymous@cvs.sourceforge.net:/cvsroot/snd' bash
 $ cvs login
 $ cvs co cvs-snd

Another thing to mention:  'diff'-alikes like 'tkdiff' are cvs-aware. The following:

 $ tkdiff clm.c

will show you any differences between your local copy and the version in the repository.


hth RalfD

> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist