It's been several months since you posted, so I'm not sure whether you
still need this, However, I'm trying to do the same thing -- migrate
only the new or changed forms between servers using the
RepositoryService APIs, and I think I've found something that works.When
I drag a resource into an application in ES2, the resource ends up with
a ResourceProperty collection. When I add a resource using the
writeResource API call, however, this ResourceProperty collection is not
created. After some tri...