problem updating src

Denny White dennyboy at cableone.net
Tue Jun 14 01:03:16 GMT 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1




On Mon, 13 Jun 2005, Alex Zbyslaw wrote:

> Giorgos Keramidas wrote:
>
>> On 2005-06-13 04:41, Denny White <dennyboy at cableone.net> wrote:
>> 
>>> Been using The Complete FreeBSD & doing okay until I tried using the
>>> following example to update /usr/src:
>>> 
>>> cd /usr
>>> cvs co -r RELENG_5_4 src 2>&1 | tee /var/tmp/co.log
>>> 
>>> I get this:
>>> 
>>> Ambiguous output redirect
>>> 
>> 
>> You're using the wrong shell.  The 2>&1 redirection for standard error
>> messages works fine in /bin/sh and its derivatives.  It doesn't in csh.
>> 
>> Run the command shown above in /bin/sh or Bash and everything should
>> work as expected.
>> 
> Or run
>
> cvs co -r RELENG_5_4 src |& tee /var/tmp/co.log
>
> in (t)csh.
>
> --Alex
>
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

Duh, back to the basics, right? :) Sorry for bothering
anyone with this. Should've thought of it myself. Very
confusing process for a relative newbie. Each book I
read seems to follow a different procedure. Like I said
in another answer to a help message about this, I think
I'd be better off for now just sticking to the fbsd docs.
Thanks for the help.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFCrizSy0Ty5RZE55oRAkLTAJ4qD63R+B++tXep+H39xlc6IvKZygCfYhAh
PUO4+kUyvQNKDTKUv5LKlnY=
=3aPY
-----END PGP SIGNATURE-----


More information about the freebsd-questions mailing list