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:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 12:55 To: [EMAIL PROTECTED] 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, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
