
Key: |
QB-102
|
Type: |
Bug
|
Status: |
Resolved
|
Resolution: |
Fixed
|
Priority: |
Major
|
Assignee: |
Robin Shen
|
Reporter: |
Robin Shen
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 17/Jul/06 06:16 PM
Updated: 31/Aug/06 07:02 AM
|
|
Component/s: |
None
|
Affects Version/s: |
None
|
Fix Version/s: |
None
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
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
|
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 |
Show » |
There are no comments yet on this issue.
|
|