buildworld cleanup bug?
    Richard Nyberg 
    rnyberg at it.su.se
       
    Wed Jul 14 00:25:09 PDT 2004
    
    
  
At Tue, 13 Jul 2004 09:32:02 -0700 (PDT),
Matthew Dillon wrote:
> 
>     Even better, create a ~/.cvsrc file with:
> 
>     cvs -q
>     diff -u
>     update -Pd
>     checkout -P
> 
I usually have "cvs -q -R", since it can speed up things for repos
on network fs's. It's also good if you have a read only repo.
When one want to write to the repo, however, one has to use the -f
flag to cvs. Eg. "cvs -f commit my/changed/file".
Just my 0.02$
        -Richard
    
    
More information about the Bugs
mailing list