Have you try with the cygwin path ? E.g.

fossil clone ssh://user@server//cygdrive/c/repo/repo.fossil repo.fossil


Martin G.

-----Original Message-----
From: kioto mitsubisi <[email protected]>
To: "[email protected]" <[email protected]>
Sent: jeu., 09 mai 2013 4:18
Subject: Re: [fossil-users] ssh clone windows to windows

Hi again,
I ran same command like this to ensure all output captured:

fossil clone ssh://user@server/C:\\repo\\repo.fossil repo.fossil | tr '\r' '\n'

When client and remote server are both Windows:
fossil clone ssh://user@server/C:\\repo\\repo.fossil repo.fossil
ssh -T user@server

server@server's password:
Round-trips: 1   Artifacts sent: 0  received: 0
d:\fossil\fossil.exe: unknown command: [y�]
Round-trips: 1   Artifacts sent: 0  received: 3
Round-trips: 2   Artifacts sent: 0  received: 3
d:\fossil\fossil.exe: server did not reply

When client is Linux (Debian) and remote server is Windows:
fossil clone ssh://user@server/C:\\repo\\repo.fossil repo.fossil
ssh -T user@server

server@server's password:
Round-trips: 1   Artifacts sent: 0  received: 0
fossil: unknown command: [yí]
fossil: server did not reply
Round-trips: 1   Artifacts sent: 0  received: 3
Round-trips: 2   Artifacts sent: 0  received: 3

I hope these outputs helps.

From: [email protected]
To: [email protected]
Date: Thu, 9 May 2013 07:43:30 +0000
Subject: [fossil-users] ssh clone windows to windows




Hi,

I am using Fossil on Windows with pre-build binaries supplied on the Fossil 
website. I am using Cygwin and its SSH server on
Windows Server 2k8 r2. When I try to clone repo to another windows machine it 
gives this error:

fossil clone ssh://user@server/C:\\repo\\repo.fossil repo.fossil
ssh -T user@server
server@server's password:
d:\fossil\fossil.exe: unknown command: [y�]d: 0
d:\fossil\fossil.exe: server did not replyed: 3

I tried cloning over SSH with same command but with fossil installed on debian 
server and it successfully cloned but I need fossil
installed on Windows machine for remote repository, so what am I doing wrong or 
what am I supposed to do to make it work
on Windows?

fossil version (on both client and server):
This is fossil version 1.25 [d2e07756d9] 2013-02-16 00:04:35 UTC

ssh -V (on server):
OpenSSH_5.4p1, OpenSSL 0.9.8n 24 Mar 2010

fossil is in cygwin's PATH (i.e /usr/bin/fossil)

Thanks,
                                          

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users          
                         
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to