TortoiseSVN Command Equivalents in RAD Studio
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 |
File > Open from Version Control |
Import |
Project Manager | right-click a project | Add to Version Control.
|
Show Log |
Do either of the following:
How To: |
Diff |
History tab | click the Differences tab. |
Annotate |
History tab | click (Annotate). |
Update |
Project Manager | right-click a file | Subversion > Update. |
Commit |
Project Manager | right-click a file | Subversion > Commit. |
Cleanup |
Project Manager | right-click a file and choose either:
How To: Clean Up Folders Under Subversion. |
Repo-Browser |
Do either of the following:
See Repository Browser. |