You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by fr...@gmail.com on 2004/07/26 23:56:28 UTC

SVN: "stdin: is not a tty" warning message

FYI,

Re:  "stdin: is not a tty" warning message while running 'svn' command.

It stumped me for awhile, I kept on getting the above error message
whenever I did a svn command.  It was a warning only, continued to run the
commands just fine.

After checking google for solutions, and scratching my head some more. I
finally found out the problem.

'bash' is my default shell,  with '~/.bashrc' file containing the command
of:
	mesg y

As soon as I took this out, or put it inside an "if statement" to check
for interactive vs tty, the warning message went away.

So in case anyone else is running into this issue, check for commands in
your home directory (or global includes) '.cshr', '.shrc', '.bashrc',
etc..  for any command which always assumes 'standard tty mode'.

Hopefully, this message will help others who also stumble across the same
issue.

:)
-FRuG


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org