CLI Reference > Configuration Management Commands > si updatearchive
  
si updatearchive
manipulates various member archive attributes
Synopsis
si updatearchive [--archiveDescription=description] [--archiveType=[binary]] [--defaultBranch=value] [--storageFormat=[delta|reference]] [--[no]exclusiveLockMandatory] [(-R|--[no|confirm]recurse)] [--filter=filteroptions] [(-P project|--project=project)] [--[no]failOnAmbiguousProject] [(-S sandbox|--sandbox=sandbox)] [--devpath=path] [--projectRevision=rev] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-F file|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] member...
Description
si updatearchive manipulates various member archive attributes.
* 
This command affects the base archive, and, therefore, all projects and development paths referring to the archive.
Options
This command takes the universal options available to all si commands, as well as some general options. See the options reference page for descriptions.
--archiveDescription=description
sets the archive description for a member. description is stored in the member's meta data as an archive description. If description has spaces then it must be enclosed by quotes.
--archiveType=[binary]
converts a text type archive to a binary type archive.
* 
You must have the changeArchiveType permission to use this option. You can only perform this conversion on a database type repository.
* 
Once you have converted an archive to binary format, you cannot convert it back to text format.
--defaultBranch=value
sets the default branch Windchill RV&S uses to check in files. If unspecified, files are checked in to the trunk.
--storageFormat=[delta|reference]
identifies what type of format to use in the archive. This is recommended for use by the system ADMIN only. delta is the traditional Windchill RV&S reverse delta format, while reference means to store member history by reference -- each revision is stored as a separate file. This feature can enhance performance for text file archives, and the option can be used for archives stored in either a file system or database repository.
--[no]exclusiveLockMandatory
controls whether an exclusive locks policy is in effect for the archive. With an exclusive locks policy, you must have an exclusive lock before checking in any changes.
member...
identifies a specific member; use spaces to specify more than one member.
Diagnostics
See the diagnostics reference page for possible exit status values.
Preferences
Using si setprefs or si viewprefs, you are able to set or view the preference keys for this command.
See Also
Commands: si ci, si co, si createdevpath, si edit, si resync, si revert, si updaterevision
Miscellaneous: ACL, diagnostics, options, preferences