TortoiseSVN Command Equivalents in RAD Studio

From RAD Studio
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)

Projects Window | right-click a project | 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)

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

Annotate
(Blame)

History tab | click Annotate2.png (Annotate).
How To: Use the Annotation Feature.

Update
(refresh the local copy of versioned file)

Projects Window | right-click a file | Subversion > Update.
How To: Update a Local Copy of a File under Version Control.

Commit
(send changes to the repository)

Projects Window | right-click a file | Subversion > Commit.
How To: Commit Changes to Version Control.

Cleanup
(repair broken operations)

Projects Window | 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:

  • Projects Window | right-click a file | Browse Repository.
  • Projects Window | right-click a project| Browse Repository | choose either:
    • Subversion > Browse Repository > From Repository Root
    • Subversion > Browse Repository > From Project Directory

See Repository Browser.

See Also