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

Re: svn+ssh error

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2006-06-23 14:37:26 CEST

On 2006-06-21 03:38:35 -0700, Jamie D wrote:
> Ahh, I just noticed something extra, the command does actually work,
> but I have to type in my password twice and I get the two error
> messages. Before I was hitting Ctrl+C after the first message. This is
> the full output I get:
>
> user@server.co.uk's password:
> stdin: is not a tty
> user@server.co.uk's password:
> stdin: is not a tty
> test
>
> "test" is the test file I imported to the repository. Any ideas why I
> am getting the "stdin: is not a tty" message and [...]?

Check your rc files. I had a similar problem in the past, because I
call the tput command from my .zshenv file (to set some environment
variable). I was wondering where the error message came from as I
just got:

No value for $TERM and no -T specified

Then I reported the bug, and now it is clear:

tput: No value for $TERM and no -T specified

If this is a command like here, you can redirect stderr to /dev/null.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 23 14:39:06 2006

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.