Files still left in Changed Files list after committing a scoped application to source controlIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms After using the Commit Changes feature in the Source Control menu in Studio, the commit completes successfully, but some of the changed files are still appearing in the list and the Commit Changes option is still available. Release All Supported Releases Cause When an application is committed to source control, the system searches for sys_update_xml records in order to determine what local changes are being committed. When the commit is finished, the system deletes these sys_update_xml records. However, the system will only remove them if they are inside a valid update set that is part of the application. If files are still appearing in this list after committing, it indicates an issue with the update set they are in. Find these updates by going to the sys_update_xml table and searching for records where the Application field is equal to the affected application. Then, investigate the update sets that these updates are in. If the Application field on these update sets does not contain a valid value, or if they are part of another application, they will not be cleaned up. Usually, the updates are in the wrong update set due to being moved manually. It is strongly discouraged to move updates manually between update sets. Resolution In order to resolve the issue and remove the changes from the Changed Files list, you must manually delete the sys_update_xml records for these files. Alternatively, you can move them into a valid update set that is part of the application, and then commit again to have the system clean them up.