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 26717 293 13096 Sent: 72 2 0 0 Received: 5069927 24897 257 12181 Sent: 57 1 0 0 Received: 5000173 15434 836 6892 Sent: 57 1 0 0 Received: 5000385 19604 834 8987 Sent: 57 1 0 0 Received: 5002648 19884 874 9081 Sent: 57 1 0 0 Received: 5046326 9825 299 4623 Sent: 57 1 0 0 processed: 40% malformed cfile line Received: 5000745 263 3 128 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 [hidden email] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users |
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 <[hidden email]> 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 26717 293 13096 > Sent: 72 2 0 0 > Received: 5069927 24897 257 12181 > Sent: 57 1 0 0 > Received: 5000173 15434 836 6892 > Sent: 57 1 0 0 > Received: 5000385 19604 834 8987 > Sent: 57 1 0 0 > Received: 5002648 19884 874 9081 > Sent: 57 1 0 0 > Received: 5046326 9825 299 4623 > Sent: 57 1 0 0 > processed: 40% > malformed cfile line > Received: 5000745 263 3 128 > 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 [hidden email] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users |
In reply to this post by Charles Leifer
On 3/16/17, Charles Leifer <[hidden email]> 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 [hidden email] _______________________________________________ sqlite-users mailing list [hidden email] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users |
On 3/16/17, Richard Hipp <[hidden email]> 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 [hidden email] _______________________________________________ sqlite-users mailing list [hidden email] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users |
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 <[hidden email]> wrote: > On 3/16/17, Richard Hipp <[hidden email]> 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 > [hidden email] > sqlite-users mailing list [hidden email] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users |
Free forum by Nabble | Edit this page |