One of the changes introduced during the sprint was including the contents of iso19115-3.2018 directly in master (rather than as a submodule).
If you update with git pull you will get the following error:
From github.com:geonetwork/core-geonetwork
* branch master -> FETCH_HEAD
= [up to date] master -> upstream/master
error: The following untracked working tree files would be overwritten by merge:
schemas/iso19115-3.2018/ISO19115-3-2014-to-ISO19115-3-2018.xsl
schemas/iso19115-3.2018/ISO19139-to-ISO19115-3-2018.xsl
Here is how to update:
cd schemas
rm -r iso19115-3.2018
git pull
git checkout .
For more information:
--
_______________________________________________
GeoNetwork-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geonetwork-develGeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork