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

Re: svn trunk r17244: FAIL (x86_64-unknown-linux-gnu static ra_svn fsfs)

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-11-08 20:57:52 CET

On Wed, Nov 09, 2005 at 01:13:03AM +0530, Madan U Sreenivasan wrote:
> Warning:'post-commit' hook failed with error
> output:
> /svntest/obj-st/subversion/tests/clients/cmdline/svn-test-work/repositories/commit_tests-34/hooks/post-commit:
> line 2: /dev/stderr: Permission denied

So the post-commit hook can't write to /dev/stderr. That's strange, but
by no means impossible. I don't know if something like 'echo foo 1>&2' is
more portable than assuming you can write to /dev/stderr - anyone?

It'll still completely fail on Windows, of course: Ignoring /dev, which
Windows doesn't have, we can't run shell-based post-commit scripts anyway.
The test should probably be marked as Skipped on Windows, I guess.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 8 21:06:27 2005

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

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