[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] geogig cli status results in "object does not exist" when using qgis plugin
|
Hi,
Congratulations for the 1.0 release of geogig. I couldn't resist trying
out this christmas gift during the last days.
When I do the following steps, I run into an error when calling "geogig
status" from the console:
1) in an empty directory, do a geogig init
2) geogig shp import (some shape file with polygons)
3) geogig serve
4) using qgis geogig light plugin, add the layer to QGIS
5) in QGIS, add a feature to the layer and save it
6) sync the layer back to geogig into the master branch, using a simple
commit message like "1 feature added".
7) Back in the terminal, use CTRL-C to stop server mode
8) Now, call geogig status, and this ouputs the following error message:
"object does not exist": [some hash]
No current status is given (which branch, staging area status)
The repository is not completely broken as I can do a geogig log showing
two commits (even the one from the qgis geogiglight plugin).
The logfile insinde the .geogig/logs folder shows nothing about this error.
Environment:
QGIS 2.14.5 "Essen"
qgis-geogiglight-plugin from github, commit e5e356e2
geogig 1.0 binary distribution
Ubuntu 16.10
OpenJDK 1.8.0_111
I'm using a public dataset from the European Space Agency for this test
(some shape file with land cover classification features, about 60,000
polygons). So I can provide the current Repo as zip file if someone
wants to dig into it.
This issue was reproducable on windows 7 machines using an oracle jdk
1.8 as well, this time with a different, internal data set.
Kind regards,
Sebastian