Re: [fossil-users] Password prompt with SSH protocol on Windows?

2015-12-10 Thread Joerg Sonnenberger
On Thu, Dec 10, 2015 at 03:59:29PM +0100, Daniel Dumitriu wrote: > Still there seems to be another problem with fossil: it does not pass > the password to plink when it was given on the command line as in > user:pass@host:port. Maybe something along these lines ("-p pass")? I would call that a

Re: [fossil-users] Password prompt with SSH protocol on Windows?

2015-12-10 Thread Ron W
I would use Pageant if you don't want to have to respond to an interactive password prompt. On Thu, Dec 10, 2015 at 9:59 AM, Daniel Dumitriu wrote: > Hi, > > Coming back to my own unanswered question: it seems like it has to do > with standard (PuTTY) plink's

Re: [fossil-users] Repository home page as embedded documentation

2015-12-10 Thread Paul Higham
Thanx! This worked perfectly and, of course, the information was ‘hiding’ in plain sight! :: paul > On Dec 9, 2015, at 19:36 , Andy Bradford > wrote: > > Thus said Paul Higham on Wed, 09 Dec 2015 16:32:53 -0800: > >> have the home

Re: [fossil-users] Password prompt with SSH protocol on Windows?

2015-12-10 Thread Andy Bradford
Thus said Daniel Dumitriu on Thu, 10 Dec 2015 15:59:29 +0100: > when called as a process [1]. I don't know if this can be solved > inside fossil; a workaround is to use a modified plink, e.g. that from > TortoiseSVN. You can configure Fossil to use the modified plink. Use: fossil clone

Re: [fossil-users] Password prompt with SSH protocol on Windows?

2015-12-10 Thread Daniel Dumitriu
Hi, Coming back to my own unanswered question: it seems like it has to do with standard (PuTTY) plink's inability to hook itself to console input when called as a process [1]. I don't know if this can be solved inside fossil; a workaround is to use a modified plink, e.g. that from TortoiseSVN.