<< Back to previous view |
![]() |
[QB-102] Perforce clientspec creation with spaces can not be handled correctly
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
There is a problem with the Perforce repository. In the view of the p4 clientspec, if there are spaces on either the left-hand side or the right-hand side, it needs to be 'quoted'. For example: view: //depot/space is here/... //CLIENTSPECNAME/space is here/... needs to be: view: "//depot/space is here/..." "//CLIENTSPECNAME/space is here/..." The PerforceRepository should do a quick check after creating either side of the view and if it detects a space is present, put quotes around the one that needs it. Thanks Dave |