I have a shapefile that is output on a daily basis with updates to our water meter layer. I would like to put it into our versioned database of water data that is synced with field crew laptops. What is the best way for me to do this? They will only be viewing the data, not editing it.
Currently I have a model that deletes the old file, imports the new file into the default version, reprojects it, and registers it as versioned. This seems to work, but I have a feeling their is a better way to do this.