[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=391127 Kevin Funk changed: What|Removed |Added CC||mcgu...@kde.org --- Comment #10 from Kevin Funk -

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-20 Thread Christoph Roick
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #9 from Christoph Roick --- @Kevin: I'm not fully convinced. One problem is, that SSH_ASKPASS is ignored if a terminal is set [1]. So one would have to trick ssh into believing that there is no terminal; which is explained in [1]. Interestin

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #8 from Kevin Funk --- @Christoph: Well, see the code I linked to. QtCreator does just use platform defaults (and also respects the SSH_ASKPASS env var if available). -- You are receiving this mail because: You are watching all bug changes

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-17 Thread Christoph Roick
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #7 from Christoph Roick --- Ok, but what should it be set to? KDevelop doesn't really know what kind of program could be used to query a password, no? Maybe a call to KDevelop itself with a new parameter could be used? Like: SSH_ASKPASS="kd

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=391127 Kevin Funk changed: What|Removed |Added Keywords||junior-jobs Ever confirmed|0

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-12 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #5 from Matthew Trescott --- Couldn't you set SSH_ASKPASS with putenv() before calling SVN-related functions? I imagine ssh is a child process started by svn...? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-11 Thread Christoph Roick
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #4 from Christoph Roick --- You are right, when run from a terminal, the password seems to be always requested there inside (which is not specific for svn). I was referring to having SSH_ASKPASS=ksshaskpass set for the environment, when star

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-10 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #3 from Matthew Trescott --- Well, I wasn't running KDevelop in a terminal before and unfortunately I don't remember what the error was, but I'm certain it was because I couldn't enter my password for SVN. I didn't have any error this time b

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-03 Thread Christoph Roick
https://bugs.kde.org/show_bug.cgi?id=391127 --- Comment #2 from Christoph Roick --- Using "SSH_ASKPASS=ksshaskpass" (https://wiki.archlinux.org/index.php/KDE_Wallet) or "SSH_ASKPASS=" (password will be asked in the terminal) I cannot confirm the issue. Some problems were fixed in commit 9fd4f6c25

[kdevelop] [Bug 391127] svn+ssh doesn't work with password auth

2018-03-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=391127 Kevin Funk changed: What|Removed |Added CC||chris...@gmx.de --- Comment #1 from Kevin Funk --