Hello Richard !

Thanks for the reply, after issuing a rebuild it's now syncing (not finished yet).

Doing this port to android one of it's usage case is to have a portable offline repository on the go, and for some big repositories probably having the full repository is not needed, git has an option "git clone some_git_url --depth 1" and looking at fossil it doesn't seem to provide anything like that.

How could we clone/sync a fossil repository with "n" depth commits ?

Cheers !


On 06/04/17 21:01, Richard Hipp wrote:
Normally it does, but your repository might be too old.  Try running
"fossil rebuild" first and that will likely fix it.


On 4/6/17, Domingo Alvarez Duarte <[email protected]> wrote:
Hello Richard !

I have done a port/adaptation of fossil for android but haven't updated
it for some time, today I updated it to the latest fossil and when
trying to sync the original fossil clone on android I'm getting this error:

Table plink has no column named baseid:

INSERT OR IGNORE INTO plink(pid, cid, isprim, mtime, baseid)

VALUES(19502, 28178, 1, 2456451.609110463, NULL);

I was expecting that fossil would detect and update the schema by itself.

Cheers !

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to