Copy a database from IDEA Server to a local project with ideascript

2 posts / 0 new
Last post
IGunique
Offline
Joined: 09/13/2018 - 10:05
Copy a database from IDEA Server to a local project with ideascript

Hello everyone,
 
For some stupid reasons I need to be able to copy a database from the IDEA Server to a local IDEA project. However I cannot find any informatie on how to do this and the IDEAScript helper is useless. I am looking for a bit of code expecting something like task.CopyDatabase("database name", "Destination folder") a bit like the task.MoveDatabase command but I need it to be a copy and it has to be from the server towards a local project. Please help me out!
 
With Kind Regards
Ivo
 

osaajah
Offline
Joined: 05/25/2018 - 02:33

Hi Igunique,
Your answer is in Language Browser.  Browse for "ProjectManagement.CopyDatabase" method, and you will find some examples about copying IDEA database.

Images: