Repository Browser

From RAD Studio
Jump to: navigation, search

Go Up to Projects Window


Projects Window | right-click a file or project under SVN | Subversion > Browse Repository

Projects Window | right-click a project | Subversion > Add to Version Control | click Ellipsis next to the URL of repository

File > Open from Version Control | click Ellipsis next to the URL of repository

Code Editor | right-click a file under SVN | Version Control > Subversion > Browse Repository


The Repository Browser allows you to see all the files and directories in a given repository.

Item Description

Load

Loads the directory and file tree of the specified repository. If no URL is specified, then the main repository is loaded.

URL

The root location of the repository that is to be browsed.

Revision

Allows you to view the files and directories with a specified revision number. HEAD revision is the last one committed.

Tree section

You can see the directory tree of the specified repository.

Files section

You can see all the repository's files and directories inside the selected directory in the tree section.


See Also