This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 4ad7739f096cbc44a81a4aa2054ad28f5706603b
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Thu Sep 28 12:18:26 2023 +0200

    Corrections in the README.md about GeoAPI snapshot used in "geoapi-xxx" 
branches.
---
 geoapi/README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/geoapi/README.md b/geoapi/README.md
index 414fbf5602..691b236ee1 100644
--- a/geoapi/README.md
+++ b/geoapi/README.md
@@ -19,14 +19,10 @@ Following command should be executed once after a fresh 
checkout of SIS `geoapi-
 git submodule update --init
 ```
 
-Following command should be used for pulling changes from Apache SIS Git 
repository.
-The `--recurse-submodules` option pulls changes in the GeoAPI submodule as 
well,
-which is necessary for keeping the Apache SIS code in sync with the GeoAPI 
snapshot that it implements:
-
-```bash
-git pull --recurse-submodules
-```
+After above initialization, the usual `git pull` command should upgrade GeoAPI 
snapshot as well when needed.
+If a Git error message said that the SHA1 is unknown, running `git fetch 
--recurse-submodules` first may help.
 
 ## Prerequisites
 Maven must be available on the classpath.
 The GeoAPI snapshot is built by a call to `mvn clean install`.
+This call is done automatically by the Gradle build.

Reply via email to