sandejai
sandejai

Reputation: 989

Perforce workspace create issue

While creating workspace in perforce, I got below error

You should define workspace view in more detail. (minimum 2 depth)

Upvotes: 0

Views: 573

Answers (2)

Samwise
Samwise

Reputation: 71562

This is not a standard Perforce error, and is therefore most likely coming from a custom trigger set up by your Perforce admin. In order to resolve a custom trigger failure you will need to consult with your Perforce administrator (i.e. the person who defined the trigger) to determine what conditions are required to satisfy the trigger.

If you would like to learn more about how to define triggers, see https://www.perforce.com/manuals/p4sag/Content/P4SAG/chapter.scripting.html (this is not useful to you as an end user encountering a trigger failure, but may provide additional context on how triggers work from your admin's perspective).

Upvotes: 1

sandejai
sandejai

Reputation: 989

The workaround/fix i got is, make sure to select a folder in "Workspace root" , which has last two level of empty folders, for example, Suppose you choose "C:\Users\stackuser\workspace\project\codes", then make sure, "project and codes are two empty folders

Upvotes: 0

Related Questions