---
title: "Updating Applications GIT URL for Acquia Site Factory"
date: "2024-08-27T13:22:16+00:00"
summary:
image:
type: "article"
url: "/site-factory/help/93676-updating-applications-git-url-acquia-site-factory"
id: "8a5b275d-91d0-42ae-812b-a0432f338f46"
---

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`