All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@debian.org>
To: Grant Grundler <grundler@puffin.external.hp.com>
Cc: thunder7@xs4all.nl, parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] cvs update gives 'move away ....' on every file
Date: Thu, 6 Sep 2001 13:53:27 +0100	[thread overview]
Message-ID: <20010906135327.C316@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <200109060608.AAA09806@puffin.external.hp.com>; from grundler@puffin.external.hp.com on Thu, Sep 06, 2001 at 12:08:10AM -0600

> One needs to:
> 1) echo $CVSROOT > ~/Root
> 2) find linux -name Root -exec cp ~/Root \{\} \;
> 
> (CVSROOT is the ":pserver:..." value posted several times earlier.)

easier is: for i in `find linux -name Root`; do echo $CVSROOT > $i; done

> I'm not sure who owns the script that make tarballs from cvs source trees.

Alex deVries...

> grundler <525>cat ~/.cvsrc
> cvs -z3 -q
> diff -uNp
> update -Pd
> rm -f

you're not using the most uptodate cvsrc... i fubar the last line, needs to be
`remove', not `rm'.

-- 
Revolutions do not require corporate support.

  reply	other threads:[~2001-09-06 12:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-05 13:29 [parisc-linux] cvs update gives 'move away ....' on every file thunder7
2001-09-06  5:04 ` Grant Grundler
2001-09-06  5:18   ` Andrew Shugg
2001-09-06  5:35     ` thunder7
2001-09-06  6:08       ` Grant Grundler
2001-09-06 12:53         ` Matthew Wilcox [this message]
2001-09-06 19:14           ` thunder7
2001-09-07  7:07             ` Andrew Shugg
2001-09-09 12:26               ` [parisc-linux] 'Getting a parisc-linux cvs kernel without stress' thunder7

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010906135327.C316@parcelfarce.linux.theplanet.co.uk \
    --to=willy@debian.org \
    --cc=grundler@puffin.external.hp.com \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=thunder7@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.