|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: |
SetArchiveLocation command Set the archive location for the specified entity Use the SetArchiveLocation command to set the archive location for the specified project database, project, or versioned file. Typically, this location is on a networked file system, a location to which all authorized users have access. By default, when you create a project, the archive location is a directory beneath the project database location, but you can specify a different archive location using this command. NOTE This command is not functional for Version Manager 5.3/6.0 project roots. Privileges required Modify Project. For more information on privileges, see the PVCS Version Manager Administrators Guide. Alias SAL Exit codes 0 Successful command completion -2 PCLI command not found -3 A non-PCLI related error or a command-specific error -6 An invalid argument was specified -7 An argument for a flag that is not needed -8 A missing argument for a flag -9 Wrong type was specified for an options argument For information about... See... Listing versioned files ListVersionedFiles command on page 168 Reporting archive and revision information for versioned files Vlog command on page 227PVCS Version Manager PCLI Users Guide and Reference 206 Chapter 3 PCLI Command Reference -10 The specified file name cannot be read -11 A required argument is missing -12 A security exception occurred -13 An unknown problem See the appendix, Exit Codes, on page 241 for more detailed definitions of the exit codes. Syntax SetArchiveLocation [options] -aarchive_location [entity] Where: archive_location specifies the path to the archive directory. You can set the archive location of a project to either a relative path, for example, /prj1, or a full absolute path, for example, H:\Samples\archives\prj1. If you set the path to a relative path, the location will be appended to the parents computed archive location. The -a option is required. entity specifies a project or versioned file for which you are setting the archive location. You need not specify an entity if you want to set the archive location for the current project or project database. NOTE The current project is set using either the -pp option (as described below) or the PCLI_PP variable. A project database is set by using either the -pr option (as described below) or the PCLI_PR variable. Options To substitute variables and use list files for additional options, see Command Options on page 26 for more information. -a -aarchive_location Specifies the path to the archive directory. You can set the archive location of a project to either a relative path, for SetArchiveLocation command 207 PVCS Version Manager PCLI Users Guide and Reference example, /prj1, or a full absolute path, for example, H:\Samples\archives\prj1. If you set the path to a relative path, the location will be appended to the parents computed archive location. This is required. -h Display help for the command. The action terminates after it processes the -h option even if you specify other options. -id -iduser id[:user_password] Specifies a user ID and/or password for project databases and projects that have an access control database enabled. It overrides the value of the PCLI_ID variable for a single command. If VLOGIN or LDAP is the login source, use -id to specify your user IDand password too, if a password is assigned to your user ID. If VLOGIN or LDAP is not the login source, your user ID is predetermined by your login source, but you must still use -id to enter your password, if you have one. For example, -id:PassWord. -pp -ppproject_path Specifies the current project or folder for which to set the archive location. This option overrides the value of the PCLI_PP variable for a single command execution. If no project is specified, the PCLI_PP variable is used. -pr -prproject_database Specifies the project database for which to set an archive location. This option overrides the value of the PCLI_PR variable for a single command execution. A project database is required for this command. If no project database is specified, the PLCI_PR variable is used. If it is not defined, then an error message is displayed and the command is aborted. Examples Example 1: The following example changes the archive location for the Checkers project to the specified directory. pcli setarchivelocation -prd:\producta -pp/checkers -aH:\archives\producta\checkersPVCS Version Manager PCLI Users Guide and Reference 208 Chapter 3 PCLI Command Reference Example 2: The following example sets the archive location for a project database to a value specified in a variable named archivelocation: pcli setarchivelocation -prd:\productb -a$archivelocation |
Advertisement
| Hall of Fame |