Steps to Retrieve Sonic Project Size for the Latest Revision
**Navigate to the Directory: **
Run the command `cd /home/user/sonicVC` to navigate to the `sonicVC` directory.
**List the Contents of the Directory: **
Use the command `ls -la` to list all the files and directories within `sonicVC`, including hidden ones.
Note the folder of interest, e.g., `Psoriatic_Arthritis-Immunology-CNTO1959-GusPSA`.
**Navigate to the Specific Project Directory: **
Change to the target directory using the command:
```
cd Psoriatic_Arthritis-Immunology-CNTO1959-GusPSA
```
**Execute the Script to Retrieve the Sonic Project Size: **
Run the script `getSonicProjectSize.sh` located in `/opt/` by using the command:
```
/opt/getSonicProjectSize.sh Psoriatic_Arthritis-Immunology-CNTO1959-GusPSA
```
**Provide the Revision Number (if applicable):**
If a revision number is required, provide it when prompted. Otherwise, the script retrieves the latest revision by default.
**Authenticate as Admin:**
Enter the admin password when prompted. For example:
```
Authentication realm: <svn://10.37.95.164:3690> 35db6f88-5efc-11ef-9712-378848aaca26
Password for 'admin': ********
```
**Review the Output:**
Observe the total size and the number of files in the project, displayed as:
```
Total size = 10297681600 B
Number of files = 4895
```
Notes:
Ensure you have appropriate permissions to access the directories and execute scripts.
Verify the script location and syntax before execution.
Comments
0 comments
Please sign in to leave a comment.