function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pq100pq100 

Deploy from expired Project to new devloper org using eclipse

Hi

I went on the Dev 501 apex training course a while back, but at the time i forgot to transfer the org we used on the course to a new development environment. As a result my training org has now expired.

I still have the files locally in eclipse, so my question is: is there a way to deploy the expired org from eclipse to a new developer org in one hit?

Thanks for any suggestions.
Paul
HariDineshHariDinesh

Hi,

 

In On Hit It might not be possible.

First you need to deploy Independent components and next dependent components like that.

For EX: You need to follow hierarchy like first deploy Objects, next any controller using that object like that.

 

And one more point is it’s depended on components that need to be moved.

Any way try to deploy by following Hierarchy and let’s share if you face any issues.

AdrianCCAdrianCC

Hello pq100!

 

Create a new Force project in eclipse for the new dev org.

Copy the files from the old project folder to the new one.

Use the Force.com > Deploy to server... option to force copy all the files to the dev org.

 

Thanks,

Adrian