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

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

From: <frugforest-NOSPAM_at_gmail.com>
Date: 2004-07-27 01:56:28 CEST

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
Received on Tue Jul 27 02:20:15 2004

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.