| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: CVS server moved |
| From: | Geert Uytterhoeven <geert@linux-m68k.org> |
| Date: | Fri, 20 Sep 2002 18:17:32 +0200 (MEST) |
| Cc: | Linux/MIPS Development <linux-mips@linux-mips.org> |
| In-reply-to: | <20020920180651.A32600@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS server moved, Ralf Baechle |
|---|---|
| Next by Date: | Re: FW: cannot debug multi-threaded programs with gdb/gdbserver, Daniel Jacobowitz |
| Previous by Thread: | CVS server moved, Ralf Baechle |
| Next by Thread: | RM5231A: problems in timer using COUNT/COMPARE register., Dinesh Nagpure |
| Indexes: | [Date] [Thread] [Top] [All Lists] |