TortoiseSVN Commands Implemented as RAD Studio Commands

From RAD Studio XE
Jump to: navigation, search

Go Up to Subversion Integration in the IDE


TortoiseSVN is a widely used free Subversion client for Windows. The following table lists the major TortoiseSVN commands that are now implemented, including a short description of the implementation inside RAD Studio.

TortoiseSVN Command Equivalent RAD Studio Command

Checkout
(download a copy of the repository)

File > Open from Version Control
How To: Checkout a Copy of a Repository.

Import
(add files to repository)

On the Project Manager, right-click a project and select Add to Version Control.
How To: Add a File to Version Control.

Show Log
(display history)

Do either of the following:

How To:

Diff
(compare versions)

On the History tab, click the Differences tab.
How To: Diff (Compare) Versions of a File.

Annotate
(Blame)

On the History tab, click Annotate.bmp (Annotate).
How To: Use the Annotation Feature.

Update
(refresh the local copy of versioned file)

On the Project Manager, right-click a file and select Subversion > Update.
How To: Update a Local Copy of a File under Version Control.

Commit
(send changes to the repository)

On the Project Manager, right-click a file and select Subversion > Commit.
How To: Commit Changes to Version Control.

Cleanup
(repair broken operations)

On the Project Manager, right-click a file and choose either:

  • Subversion > Clean > From Repository Root
  • Subversion > Clean > From Project Directory

How To: Clean Up Folders Under Subversion.

Repo-Browser

Do either of the following:

  • On the Project Manager, right-click a file and select Browse Repository.
  • On the Project Manager, right-click a project, highlight Browse Repository and choose either:
    • Subversion > Browse Repository > From Repository Root
    • Subversion > Browse Repository > From Project Directory

See Repository Browser.

See Also

Personal tools
Previous Version
In other languages