Page 1 of 1

Keep repositories in sync

Posted: Fri May 12, 2017 11:22 am
by jerome_rajan
Hi All,
I'm planning to create a process to export the project repository in production and have it imported into a project in the development area. Can you give me some guidance on how to get started with this?

Perhaps, a script already exists

Thank you

Posted: Fri May 12, 2017 11:26 am
by PaulVL
just do an istool export for all the assets.

copy the msg handlers from prod.
export the project user defined environment variables.

then load into dev.
you may have to cherry pick the environment variables since you will not want to overwrite dev values by default.

Posted: Fri May 12, 2017 12:47 pm
by jerome_rajan
Will the istool export not contain message handlers and other user variables?

Posted: Fri May 12, 2017 3:44 pm
by PaulVL
nope, not the message handlers, and I doubt it does the user project env variables.

test and see.