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

2015-12-11 Thread Daniel Dumitriu
On 11.12.2015 06:19, Andy Bradford said: >> 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 --ssh-command

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread Joerg Sonnenberger
On Fri, Dec 11, 2015 at 01:54:21PM -0700, Warren Young wrote: > On Dec 11, 2015, at 1:38 PM, jungle Boogie wrote: > > > > Man page for tar: > > http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tar.1?query=tar > > Scroll down to AUTHORS and HISTORY: it’s not

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

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 3:18 PM, Daniel Dumitriu wrote: > >> Why can’t you just use SSH keys? The wish for automated login without >> leaking passwords is exactly the problem they solve. > I can and I do. But maybe other users cannot Why “cannot”? I get “will not,” but

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

2015-12-11 Thread Daniel Dumitriu
> Why can’t you just use SSH keys? The wish for automated login without > leaking passwords is exactly the problem they solve. I can and I do. But maybe other users cannot, and they get tempted by that :password bit. Or they like to carry on a stick plink next to their fossil executable, so they

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread jungle Boogie
On 11 December 2015 at 12:51, Richard Hipp wrote: > On 12/11/15, jungle Boogie wrote: >> Hello, >> >> OpenBSDs base image doesn't come with unzip, so I propose OpenBSD's >> installer be made into a tar.gz file, like the source tarball >> download: >>

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 12:30 PM, jungle Boogie wrote: > > OpenBSDs base image doesn't come with unzip, so I propose OpenBSD's > installer be made into a tar.gz file, like the source tarball > download: > https://www.fossil-scm.org/download.html OpenBSD is perfectly in the

[fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread jungle Boogie
Hello, OpenBSDs base image doesn't come with unzip, so I propose OpenBSD's installer be made into a tar.gz file, like the source tarball download: https://www.fossil-scm.org/download.html If there's a method to unzip Fossil with tools in the base image, I'd be interested to know about them.

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 12:30 PM, jungle Boogie wrote: > > If there's a method to unzip Fossil with tools in the base image, I'd > be interested to know about them. While I stand by my previous reply, I was just reading the libarchive.org main page, and discovered that

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 1:29 PM, jungle Boogie wrote: > > On 11 December 2015 at 12:16, Warren Young wrote: >> I don’t have an OpenBSD box handy, but “tar xvf foo.zip” works here on OS X, >> which uses bsdtar. > > > What do you suppose this means, then?

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread jungle Boogie
On 11 December 2015 at 12:34, Warren Young wrote: > Which version of OpenBSD are you running? Latest, or something older? A snapshot from earlier this week. Man page for tar: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tar.1?query=tar I see bzip and gzip for

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread jungle Boogie
On 11 December 2015 at 12:16, Warren Young wrote: > I don’t have an OpenBSD box handy, but “tar xvf foo.zip” works here on OS X, > which uses bsdtar. What do you suppose this means, then? $ tar xvf fossil-openbsd-x86-1.34.zip tar: Cannot identify format. Searching... tar:

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

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 2:59 AM, Daniel Dumitriu wrote: > > the documentation (e.g. fossil clone) mentions this > possibility for ssh URL's ([userid[:password]@]host), so in my opinion > either fossil passes the password further to plink Interesting. It has a -pw flag

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread Richard Hipp
On 12/11/15, jungle Boogie wrote: > Hello, > > OpenBSDs base image doesn't come with unzip, so I propose OpenBSD's > installer be made into a tar.gz file, like the source tarball > download: > https://www.fossil-scm.org/download.html > The OpenBSD download is now a

Re: [fossil-users] openBSD package download request: zip to tar.gz

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 1:38 PM, jungle Boogie wrote: > > Man page for tar: > http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tar.1?query=tar Scroll down to AUTHORS and HISTORY: it’s not bsdtar. Pity. NetBSD doesn’t ship bsdtar in base, either. DragonFly BSD