rmproperty

remove property from stream or principal

Usage

accurev rmproperty [ -s <stream> | -u <principal> ] <name> [ -r ]

Description

The rmproperty command removes a property from a stream or a principal (user or group).

If you want to restrict the ability to remove properties from a stream or principal, you need to modify the server_admin_trig server-side trigger. See Format of the “server_admin_trig” Trigger Parameters File in the AccuRev Admin Guide.

Options

-s <stream>

Specifies the name of the stream from which to remove the property.

-u <principal>

Specifies the name of the user or group from which to remove the property.

<name>

Specifies the name of the property to remove.

-r

Option required to remove a reserved property. Required to remove the streamStyle property, for example.

Examples

Remove the property named "Status" from stream "prod_2010":

> accurev rmproperty -s prod_2010 Status

Remove the property named "streamStyle" from stream "nightly":

> accurev rmproperty -s nightly streamStyle -r

Remove the property named "contractor" from user "jsmith":

> accurev rmproperty -u jsmith contractor AcmeTemps

Modifications to server_admin_trig

If you have implemented the server-side trigger server_admin_trig at your site, you need to modify it if you want it to work with the rmproperty command. See The Trigger Parameters File in the AccuRev Admin Guide for more information.

See Also

getproperty, setproperty, show