Hi, thanks to response to all.
I did change the steps, but, nothing change:
rm -rf .geogig
geogig init
Initialized empty Geogig repository in /home/jinfante/repo/.geogig
geogig config --global user.name jinfant0
geogig config --global user.email joluinfante@xxxxxxxxxogrinfo /tmp/calles.shp calles | grep OGRFeature | wc -l
24071
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,695 s
Building final tree...
2.138 features tree built in 89,20 ms
100%
/tmp/calles.shp imported successfully.
geogig add
Counting unstaged elements...2139
Staging changes...
100%
2.138 features and 1 trees staged for commit
0 features and 0 trees not staged for commit
geogig status
# On branch master
# Changes to be committed:
# (use "geogig reset HEAD <path/to/fid>..." to unstage)
#
# added calles
# added calles/79750
# added calles/26550
# added calles/147
# added calles/38650
# added calles/11322
geogig commit -m "carga inicial"
Nothing to commit after 0000000000000000000000000000000000000000
geogig status
# On branch master
# Changes to be committed:
# (use "geogig reset HEAD <path/to/fid>..." to unstage)
#
# added calles
# added calles/79750
# added calles/26550
# added calles/64150
# added calles/60800
# added calles/63850
geogig log
No commits to show
Then, if I don't add the "calles" argument to import and add sentences, the commit don't include records.
geogig --version
Project Version : 1.0-RC3
Build Time : octubre 26, 2016 at 21:06:09 ART
Build User Name : Unknown
Build User Email : Unknown
Git Branch : master
Git Commit ID : 36e66e123e9dbcf412f9c6d165705eb420cea7a1
Git Commit Time : agosto 03, 2016 at 19:36:54 ART
Git Commit Author Name : Gabriel Roldan
Git Commit Author Email : groldan@xxxxxxxxxxxxxxxx
Git Commit Message : Set version to 1.0-RC3
Signed-off-by: Gabriel Roldan <groldan@xxxxxxxxxxxxxxxx>
java -version
openjdk version "1.8.0_01-Ubuntu"
OpenJDK Runtime Environment (build 1.8.0_01-Ubuntu-8u77-b03-3ubuntu1-b03)
OpenJDK Server VM (build 25.01-b03, mixed mode)