Re: [fossil-users] ssh:// sync method -- how to specify remote port?

2010-08-26 Thread Ron Aaron
A different repo, not using the default port 22: When I try 'fossil clone ssh://m...@server:port/path-to-repo local-repo' I get could not resolve hostname server:port: Name or service unknown When I manually log in from ssh it works fine (using -Pport) -- For privacy, my GPG key signature

Re: [fossil-users] Enhancement: ssh:// sync method

2010-08-26 Thread Richard Hipp
On Wed, Aug 25, 2010 at 11:28 PM, altufa...@mail.com wrote: Someone in this group said that he/she has a recipe to build native ssh for windows. Can that solve the problem on Windows? Having ssh in PATH is sufficient or the functionality should be built in fossil? Having ssh in PATH is

Re: [fossil-users] ssh:// sync method -- how to specify remote 'fossil'?

2010-08-26 Thread Richard Hipp
Fossil version (http://www.sqlite.org/src/info/90f40cd368) lets you specify an alternative executable name as a query parameter on the URL: fossil clone http://login@ restrictive-host.com/repo.fossil?fossil=/home/me/bin/fossil clone.fossil But you are still restricted to using port 22 for

[fossil-users] windows testing debugging help needed. Was: Enhancement: ssh:// sync method

2010-08-26 Thread Richard Hipp
Using the templates provided by boytm here: ( http://www.fossil-scm.org/fossil/info/11622724e5) I have entered code that strives to implement popen2() on windows. But I do not have a good way to test this. I do not have a windows machine (I have to use wine or VMWare) and I do not have a

Re: [fossil-users] windows testing debugging help needed. Was: Enhancement: ssh:// sync method

2010-08-26 Thread Ramon Ribó
Hello, (I have to use wine or VMWare) I recommend you to use VirtualBox. For me it is better than VMWare Also, if somebody knows of a command-line ssh.exe that we can use (that does not require a full cygwin install) please let me know. The most common tool for doing ssh on Windows is

Re: [fossil-users] ssh:// sync method -- how to specify remote 'fossil'?

2010-08-26 Thread Ron Aaron
On Thursday 26 August 2010 16:42:32 you wrote: Fossil version (http://www.sqlite.org/src/info/90f40cd368) lets you specify an alternative executable name as a query parameter on the URL: fossil clone http://login@ restrictive-host.com/repo.fossil?fossil=/home/me/bin/fossil clone.fossil

Re: [fossil-users] windows testing debugging help needed

2010-08-26 Thread Venkat Iyer
From: Richard Hipp d...@sqlite.org Also, if somebody knows of a command-line ssh.exe that we can use (that does not require a full cygwin install) please let me know. Would plink (that comes with putty) work? http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter7.html#plink - Venkat

Re: [fossil-users] windows testing debugging help needed. Was: Enhancement: ssh:// sync method

2010-08-26 Thread Dan
i have ssh working under vista cmd.exe i have just rebuilt from the latest fossil sources (This is fossil version [34ea1e4abb] 2010-08-26 13:17:18 UTC).. however my host forces ssh onto a wierd port.. so if somebody has a (small) public repo that i could try and clone via ssh i'm happy to

Re: [fossil-users] windows testing debugging help needed. Was: Enhancement: ssh:// sync method

2010-08-26 Thread Richard Hipp
On Thu, Aug 26, 2010 at 11:22 AM, Ramon Ribó ram...@compassis.com wrote: Hello, (I have to use wine or VMWare) I recommend you to use VirtualBox. For me it is better than VMWare Also, if somebody knows of a command-line ssh.exe that we can use (that does not require a full cygwin