https://bugzilla.novell.com/show_bug.cgi?id=392041 Summary: subversion reads from stdin even without tty and breaks Product: openSUSE 11.0 Version: Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: olh@novell.com ReportedBy: matz@novell.com QAContact: qa@suse.de Found By: --- This actually happens in cron scripts that work since years. The new subversion (subversion-1.5.0-83 for me) does this on repos with conflicts: % svn up < /dev/null U gcc/ChangeLog A gcc/testsuite/gcc.dg/torture/builtin-isinf_sign-1.c U gcc/testsuite/gfortran.dg/char_cast_1.f90 U gcc/testsuite/ChangeLog Conflict discovered in 'gcc/tree-ssa-alias.c'. Select: (p) postpone, (df) diff-full, (e) edit, (h) help for more options: svn: Can't read stdin: End of file found And then stops. I'm aware of --non-interactive. svn should be able to figure that out itself, namely when the input is not a tty. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.