[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Help with post-commit hook for updating a web site

From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2005-11-21 12:28:41 CET
('binary' encoding is not supported, stored as-is) Fabio Serra <fabio.serra@opentur.it> wrote:
> /usr/local/bin/update-dev >>/tmp/logsvn_2.txt

I think that will only redirect stdout, not stderr.
You might like to try something like this (the exact syntax depends on the shell):

/usr/local/bin/update-dev 2>&1 >> /tmp/logsvn_2.txt

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 21 12:10:32 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.