property list

List all properties on files or folders.

Purpose

Show all of the properties for the given resources.

Options and arguments

-P  |  --password ] password for user ID in repository
The password for the specified user ID in the named repository. If this option is not included on the command line, you are prompted for a password. If you specified a repository URI or nickname for which you have stored credentials using the scm login command, this option is ignored.
-r  |  --repository-uri ] repository URI
Specifies the repository in which to take this action. If you have stored repository credentials using the scm login command, you can use the nickname you supplied for these stored credentials
-u  |  --username ] user ID in repository
Specifies a user ID that exists in the named repository. If you specified a repository URI or nickname for which you have stored credentials using the scm login command, this option is ignored.
files
List of one or more resources to display.

Example

$ scm property list src/junit/awtui/AboutDialog.java src/junit/awtui/Logo.java src/junit/awtui/ProgressBar.java/tmp/cfas/cfa1/JUnit/src/junit/awtui/AboutDialog.java

  jazz.encoding       - UTF-8

  jazz.executable     - false

  jazz.line-delimiter - Platform

  jazz.mime           - text/java

/tmp/cfas/cfa1/JUnit/src/junit/awtui/Logo.java

  jazz.encoding       - UTF-8

  jazz.executable     - false

  jazz.line-delimiter - Platform

  jazz.mime           - text/java

/tmp/cfas/cfa1/JUnit/src/junit/awtui/ProgressBar.java

  jazz.encoding       - UTF-8

  jazz.executable     - false

  jazz.line-delimiter - Platform

  jazz.mime           - text/java


Feedback