The p4 client:
$ p4 client -o
- A Perforce Client Specification.
#
- Client: The client name.
- Update: The date this specification was last modified.
- Access: The date this client was last used in any way.
- Owner: The user who created this client.
- Host: If set, restricts access to the named host.
- Description: A short description of the client (optional).
- Root: The base directory of the client workspace.
- AltRoots: Up to two alternate client workspace roots.
- Options: Client options:
- [no]allwrite [no]clobber [no]compress
- [un]locked [no]modtime [no]rmdir
- LineEnd: Text file line endings on client: local/unix/mac/win/share.
- View: Lines to map depot files into the client workspace.
#
- Use 'p4 help client' to see more about client views and options.
Client: tatula-client
Update: 2006/11/07 12:10:27
Access: 2007/06/01 09:50:42
Owner: tatula
Host: comp
Description:
Created by tatula.
Root: /home/tatula/Work/Perforce
Options: noallwrite noclobber nocompress unlocked nomodtime normdir
LineEnd: local
View:
//depot/... //tatula-client/...
So if I understood correctly, the "//tatula-client/..." goes to the Depot configuration of the bamboo build plan and that does not work. So as I described before, changing the View from "//depot/... //tatula-client/..." to
"//depot/... //tatula-client/depot/..." and setting "//tatula-client/depot/..." as the depot will make the configuration work.
Unfortunately I don't have log available any more but I think you can replicate the issue with that.
Not a big issue, but the error message was not all that helpful when I tried to figure out why my normal configuration did not work..
Hi Tatu,
I have actually made the changes to allow you to have the view without a specific depot defined (i.e. //tatula-client/... will now work) . I have also improved the on-screen help, documentation and validation to make this all a little clearer. The changes will be included in the next release.
Apologies for the confusion,
Brydie