Loading...


Related Products


Date Published: August 27, 2024

Updating Applications GIT URL for Acquia Site Factory

To find out your new SVN ID for environments running on Acquia Site Factory , you can view information about your Acquia Site Factory infrastructure on the Applications > [Environment] > Infrastructure page.

 

Once you have the new SVN ID you need to run the following commands to update your GIT URL.



Existing repo info

 

$ git remote get-url origin

[APPLICATION NAME]@[SVN-ID].enterprise-g1.hosting.acquia.com:[APPLICATION NAME].git

 

Update command to new SVN

 

$ git remote set-url origin [APPLICATION NAME]@[SVN ID].enterprise-g1.hosting.acquia.com:[APPLICATION NAME].git

 

Verify

 

$ git remote get-url origin

[APPLICATION NAME]@[SVN ID].enterprise-g1.hosting.acquia.com:[APPLICATION NAME].git

 

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation