This used to sync field settings between environments. It is not used to sync content, only field settings. So something like changed the field order on the Form Display form.
drush config-export
from the authoritative environment./sites/default/sync
on authortative environment.svnu
the /sites/default/sync
folder. The svn auto update hook may take care of this for you.svnu
. Always favor webform changes coming from the authoritative environment.drush config-import
on devsr.com.drush config export
. Commit changes./sites/default/sync
changes.svnu
favoring prod's webform stuff.drush config-import
.