info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: ": ambiguous redirect" error


From: Roni Abusch
Subject: RE: ": ambiguous redirect" error
Date: Mon, 15 Oct 2001 13:41:30 +0200

In the document it is written as I put it. 
Anyway, I deleted my copy of the project, and checked it out again, and now
it is working, I do not know exactly why...
Roni.

-----Original Message-----
From: Philip Lijnzaad [mailto:address@hidden
Sent: Monday, October 15, 2001 12:55
To: address@hidden
Subject: Re: ": ambiguous redirect" error



> I've tried to add the ability to have a place that always contains the
> updated files, as described in the CVS ducument in section C.7.2 and
placed
> the line 
> ^Test (date; cat; (sleep 2; cd /home/rabusch/testing; cvs -q update -d) &)
>>> $CVSROOT/CVSROOT/updatelog 2>&1
> in the loginfo file, but it didn't work, and when I commit something, I
get
> the message ": ambiguous redirect".

I think that should be:

^Test (date; cat; sleep 2; cd /home/rabusch/testing; cvs -q update -d ) >>
$CVSROOT/CVSROOT/updatelog 2>&1 &

(untested though). Make sure that the default shell for this user is right
(sh-style, not csh).  I think the extra pair of braces is needed, so I left
them out.

                                                                      Philip

-- 
The mail transport agent is not liable for any coffee stains in this message
----------------------------------------------------------------------------
-
Philip Lijnzaad, address@hidden European Bioinformatics Institute,rm
A2-08
+44 (0)1223 49 4639                 Wellcome Trust Genome Campus, Hinxton
+44 (0)1223 49 4468 (fax)           Cambridgeshire CB10 1SD,  GREAT BRITAIN

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]