Re: [sqlite] Unable to clone fossil repo

2017-03-16 Thread Charles Leifer
I was running 1.33, which was the version available in Ubuntu 16.04's
repos. Doing a quick download form the website took care of the issue.
Thank you!

On Thu, Mar 16, 2017 at 11:51 AM, Richard Hipp  wrote:

> On 3/16/17, Richard Hipp  wrote:
> >
> > As of 2017-03-12, you need Fossil 2.0 or later.  What does "fossil -v"
> > say for you?
> >
>
> I gave you the wrong command.  "fossil version", not "fossil -v".
> What does it show?
>
> --
> D. Richard Hipp
> d...@sqlite.org
>
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Unable to clone fossil repo

2017-03-16 Thread Richard Hipp
On 3/16/17, Richard Hipp  wrote:
>
> As of 2017-03-12, you need Fossil 2.0 or later.  What does "fossil -v"
> say for you?
>

I gave you the wrong command.  "fossil version", not "fossil -v".
What does it show?

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Unable to clone fossil repo

2017-03-16 Thread Richard Hipp
On 3/16/17, Charles Leifer  wrote:
> Hi, I'm attempting to clone the source tree using the instructions from the
> website (http://www.sqlite.org/getthecode.html#clone), but I'm getting an
> error when "Artifacts received" hits 58416:
>
> $ fossil clone http://www.sqlite.org/cgi/src sqlite.fossil

As of 2017-03-12, you need Fossil 2.0 or later.  What does "fossil -v"
say for you?

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Unable to clone fossil repo

2017-03-16 Thread Charles Leifer
Nevermind, I just needed to upgrade from 1.33 to 2.0. On Ubuntu 16.04 the
system version is 1.33, but I was able to download the binary from the
fossil-scm site and everything worked like a charm. Thanks for the amazing,
free software!

On Thu, Mar 16, 2017 at 7:02 AM, Charles Leifer  wrote:

> Hi, I'm attempting to clone the source tree using the instructions from
> the website (http://www.sqlite.org/getthecode.html#clone), but I'm
> getting an error when "Artifacts received" hits 58416:
>
> $ fossil clone http://www.sqlite.org/cgi/src sqlite.fossil
>
> Round-trips: 7   Artifacts sent: 0  received: 58284
> malformed cfile line
> Round-trips: 8   Artifacts sent: 0  received: 58416
> Clone done, sent: 1939  received: 35121878  ip: 67.18.92.124
> server returned an error - clone aborted
>
> I get errors when I try www2 and www3, or if I try HTTPS.
>
> With verbose logging, the output isn't much different:
>
> Bytes  Cards  Artifacts Deltas
> Sent:  53  1  0  0
> Received: 5000352  26717293  13096
> Sent:  72  2  0  0
> Received: 5069927  24897257  12181
> Sent:  57  1  0  0
> Received: 5000173  15434836   6892
> Sent:  57  1  0  0
> Received: 5000385  19604834   8987
> Sent:  57  1  0  0
> Received: 5002648  19884874   9081
> Sent:  57  1  0  0
> Received: 5046326   9825299   4623
> Sent:  57  1  0  0
> processed: 40%
> malformed cfile line
> Received: 5000745263  3128
> Sent:  43  0  0  0
> Received:  32  1  0  0
> Clone done, sent: 1936  received: 35121878  ip: 67.18.92.124
> server returned an error - clone aborted
>
>
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users