Hi,

I get a consistent fossil clone error with my server settings over stunnel4.  
Once cloned, fossil sync over the same link seems not to be affected.

> -----Original Message-----
> From: Warren Young [mailto:w...@etr-usa.com]
> Sent: 19 November 2015 20:12
> To: Fossil SCM user's discussion <fossil-users@lists.fossil-scm.org>
> Subject: Re: [fossil-users] server returned an error - clone aborted
> 
> On Nov 18, 2015, at 9:59 PM, fossil....@9ox.net wrote:
> >
> > $ fossil version
> > This is fossil version 1.33
> 
> 1.34 is out.  That said, I tested with an even older Fossil on Cygwin, and it
> works for me.

Tested with two clients [Windows8.1/MinGW + Debian8/Jessie/Stable] and two 
servers [VPS Debian8/Jessie/Stable, two different providers].

# root@vps221852:~# fossil clone 
https://nrb@101.102.103.104:1443/my6418432byterepos my6418432byterepos.fossil 
# password for nrb:
# response truncated: got 3512076 bytes of 3615709
# Clone done, sent: 253  received: 3512320  ip: 101.102.103.104
# server returned an error - clone aborted  

There is a workaround I can use to deploy:

# root@vps221852:~# scp 
root@101.102.103.104:/var/repos/my6418432byterepos.fossil 
scp.my6418432byterepos.fossil
# root@vps221852:~# fossil clone scp_my6418432byterepos.fossil 
my6418432byterepos.fossil
# root@vps221852:~# rm scp_my6418432byterepos.fossil
# root@vps221852:~# fossil open my6418432byterepos.fossil
# root@vps221852:~# fossil sync 
https://nrb@101.102.103.104:1443/my6418432byterepos

I'd like help to avoid using scp as deploying to Win Mac and Linux, the 
possible combinations multiply a lot.  And I'd really like to have the 2/5ths 
simplicity of just fossil: clone + open!
I created a test setup, with full details and logs:

http://pastebin.com/AcGmKXNz (I can post it directly if that is the right thing 
to do)

Thanks very much for all the help earlier, I did mail back to the wrong address 
so it got lost.  My earlier logs were not that good after I tried many options. 
 I got the same behaviour Debian to Debain so used Bash for the report.  I 
still aim to share Fossil mostly with Windows users.  Fortunately my next 
client has a Mac :).

Windows did not help as we seem to have at least three roughly equally good 
options for ssh/scp:
- MinGW (my default as I have git installed and it seems to work)
- Putty
- Cygwin
- and Windows may have something of its own, I have not checked

BR/ Nigel


> 
> > $ fossil clone ssh://nrb@101.102.103.104//var/repos/test
> > C:\test.fossil
> 
> I see a bunch of potential problems here.
> 
[Nigel] 
Agreed, my logs were not consistent (and I edited out some long paths so it 
looked like I was on the C drive)

Hopefully with it all in Bash my error can be spotted, but I have just not 
found it so far.


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to