Question

Is it possible to enable my users to create Perforce stream depots without giving them super access everywhere?

I just upgraded to Perforce Server 2011.1 and I am eager to use the new streams feature.

If I understand correctly, streams have a couple restrictions: 1) streams must be in special stream depots and 2) stream depots contain branches at their top-level.

We currently have a single local depot (called "mylocaldepot") which contains multiple projects. Given the above restrictions and in keeping with the practices shown in Perforce documentation, it would seem that "one stream depot per project" is more sensible. But creating depots requires super access. It would be more convenient if our users could freely create stream depots for their projects themselves. But I don't want to give everyone unrestricted super access everywhere. And I don't want them to accidentally delete our existing local depot.

Is it possible to setup Perforce permissions in such a way that users can be granted only the ability to create stream depots? Perhaps I could use p4 protect and some combination of permission settings like this?

write user * * //...
super user * * //*
super user * * -//mylocaldepot

BTW: I've found the best information on streams to be these two videos: Introduction to Streams and Streams for Codeline Management; and this document: Perforce Streams Adoption Guide

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top