p4 remotes

Display a list of remote specifications.

Note

For distributed version control. See Using Helix Core Server for Distributed Versioning (DVCS).

Syntax

p4 [g-opts] remotes [[-e|-E] namefilter] [-m count]

Syntax conventions

Description

(DVCS) Use this command to display a list of remote specifications.

Note

A DVCS remote shared server is not related to the concept of a remote depot in Helix Core Server Administrator Guide.

Options

With no options specified p4 remotes lists all remote specifications defined on this server.

-e namefilter

Lists remote specs with a name that matches the namefilter pattern. For example:

$ p4 remotes -e svr-dev-rel*

The -e option uses the server’s normal case-sensitivity rules.

-E namefilter

Performs the same operation as the -e option, but makes the matching case-insensitive even on a case-sensitive server.

-m count

Limits output to the specified number of remote specs.

-u user

Lists remote specs owned by the specified user.

Usage Notes

Can File Arguments Use Revision Specifier? Can File Arguments Use Revision Range? Minimal Access Level Required

N/A

N/A

list

The command returns no output if there is no object to report on.

Examples

p4 remotes -m 5

List up to 5 remote specs.

Related Commands

To create, modify or delete a remote specification

p4 remote