Hi.
I did this steps:
geogig init
Initialized empty Geogig repository in /home/jinfante/repo/.geogig
geogig config --global user.name jinfant0
geogig config --global user.email joluinfante@xxxxxxxxx
geogig shp import --fid-attrib street_code /tmp/calles.shp
Importing from shapefile /tmp/calles.shp
0%
Importing calles (1/1)...
22.345
24.071 features inserted in 2,490 s
Building final tree...
2.138 features tree built in 71,45 ms
100%
/tmp/calles.shp imported successfully.
geogig add calles
Counting unstaged elements...2139
Staging changes...
0%
Building final tree calles
Done.
100%
2.138 features and 1 trees staged for commit
0 features and 0 trees not staged for commit
# On branch master
# Changes to be committed:
# (use "geogig reset HEAD <path/to/fid>..." to unstage)
#
# added calles
# added calles/26550
# added calles/79750
# added calles/64150
geogig commit -m "initial commit"
Nothing to commit after 0000000000000000000000000000000000000000
geogig status | head
# On branch master
# Changes to be committed:
# (use "geogig reset HEAD <path/to/fid>..." to unstage)
#
# added calles
# added calles/26550
# added calles/79750
# added calles/64150
# added calles/60800
# added calles/63850
commit is not working.
any ideas?
TIA
jorge infante
rosario - santa fe - argentina