I checked the path in cygwin and verified it is correct before trying so I think there is another issue with related to ssh.
> Date: Thu, 9 May 2013 09:12:16 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [fossil-users] ssh clone windows to windows > > Have you verify the chain path is good, may be the one I give to you is > wrong, I think newer version of cygwin don't use/cygdrive prefix anymore for > windows drive. > > Martin G. > > -----Original Message----- > From: kioto mitsubisi <[email protected]> > To: Fossil SCM user's discussion <[email protected]> > Sent: jeu., 09 mai 2013 8:04 > Subject: Re: [fossil-users] ssh clone windows to windows > > When I tried with cgwin path it says: > > fossil.exe: repository does not exist or is in an unreadable directory: > /cygdrive/c/repo/repo.fossil > > It finds the repository location with windows path but some other problem > occurs while trying to transfer it. > > > > Date: Thu, 9 May 2013 05:54:33 -0400 > > From: [email protected] > > To: [email protected] > > Subject: Re: [fossil-users] ssh clone windows to windows > > > > 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 > > _______________________________________________ > 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

