Source Control Dialog Box

Allows you to remove selected items from source control and permanently disassociate the items from their present folders. This dialog box is used for propagating delete, rename, and move operations.

Dialog Box Access

In Visual Studio, right-click an item, and then click Delete or Rename. The contents of the dialog box varies depending on the command.

UI Element List for Renames and Moves

  • Make this the default for renames and moves
    Specifies that your choice of option will be the default for future rename or move operations.

  • Only rename or move item(s) locally
    Specifies to rename the items locally. The renamed or moved items will no longer be under source control.

  • Rename or move the item(s) locally and in the source control store
    Specifies to rename the items locally and in the database. The latest version of the solution or project will not reflect the rename or move operation until the next check-in.

  • You are about to rename or move the following source-controlled items
    Lists the items that you have selected for renaming or moving.

UI Element List for Deletes

  • Delete the item(s) locally and in the source control store
    Specifies to delete the items locally and in the database. The latest version of the solution or project will not reflect the delete operation until the next check-in.

  • Make this the default for deletes
    Specifies that your choice of option will be the default for future delete operations.

  • Only delete item(s) locally
    Specifies to delete the items locally. Other team members are not affected by this choice until your next check-in. You might have to manually delete the items in the database after checking in.

  • You are about to delete the following source-controlled items
    Lists the items that you have selected for deletion.

See Also

Other Resources

Source Control User Interface Reference