All of lore.kernel.org
 help / color / mirror / Atom feed
* CVS server moved
@ 2002-09-20 16:06 Ralf Baechle
  2002-09-20 16:17 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2002-09-20 16:06 UTC (permalink / raw)
  To: linux-mips

I moved the cvs archive to ftp.linux-mips.org two days ago.  If you already
have a checked out copy, here is how to avoid having to checkout again:

  cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs login

The password for anonymous cvs is cvs.

   cd <your-checked-out-copy>
   find . -name Root | while read n; do
       echo ftp.linux-mips.org:/home/cvs > $n
   done

There are still a few loose bits but here and there but those should not
become visible to normal users.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CVS server moved
  2002-09-20 16:06 CVS server moved Ralf Baechle
@ 2002-09-20 16:17 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2002-09-20 16:17 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Linux/MIPS Development

On Fri, 20 Sep 2002, Ralf Baechle wrote:
> I moved the cvs archive to ftp.linux-mips.org two days ago.  If you already
> have a checked out copy, here is how to avoid having to checkout again:
> 
>   cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs login
> 
> The password for anonymous cvs is cvs.
> 
>    cd <your-checked-out-copy>
>    find . -name Root | while read n; do
>        echo ftp.linux-mips.org:/home/cvs > $n
>    done

People who use anonymous CVS want to prepend `:pserver:cvs@', i.e.

|  cd <your-checked-out-copy>
|  find . -name Root | while read n; do
|      echo :pserver:cvs@ftp.linux-mips.org:/home/cvs > $n
|  done

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-20 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-20 16:06 CVS server moved Ralf Baechle
2002-09-20 16:17 ` Geert Uytterhoeven

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.