problem description: i have multiple alfresco installations (development, testing, production) of 1 project. need copy files under data dictionary folder (scripts, templates, web scripts) 1 in 1 direction (development -> testing -> production). current solution: i copy files manually via webdav, annoying , unreliable (i can forget copy some.). desired solution: i'd have tool, copy changed files @ command, ready next step. had idea, internally use git repository branches each installation, being able fetch files devel , push files testing , production . way (with git) support reverting changes. it looks quite common problem, wasn't able google it, i'm asking here. such tool exist or there better way of managing multiple repositories? if have brand new installation of development/testing/production alfresco instances, migrate alf_data dir content, contains default db, indexes, content-store, backup files. if need, migrate "shared" ...