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