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
umutdoganumutdogan 

Trying to Move My Development Environment, But How?

Hi,

I was developing on a Development Environment. But a few days ago I completed my applications first release and sent it to the Security Review. My environment is using managed packages and classes, pages all uses XYZ (for example) prefix. Now I want to keep on coding for new releases.  But if I create a new develeoper account, then I have to change all XYZs.

 

Is there a way to keep on coding without touching the current code. Like SVN's tagging, branching?

 

Thanks,

Umut

satyasatya

Thread bump. I have the same issue, and would appreciate a reply to this.

 

Basically, I want my QA team to work off a release version while simultaneously adding features. One option is to create a new Dev account for myself, but is it possible to work around changing the namespace ( and my Java code as well, which uses namespace__ for the objects.)?

 

Would appreciate any help on this.