Security access restriction in stream or change set
I would like to restrict users who can view or edit a file or change set. Can I set a tag on a C++ or Java file and restrict who can see or edit the file.
So if I outsource some work I want the outside developers to be able to
build against a stream but not look at the code. Can I give them some access but not all.
Eric
So if I outsource some work I want the outside developers to be able to
build against a stream but not look at the code. Can I give them some access but not all.
Eric
3 answers
I would like to restrict users who can view or edit a file or change set. Can I set a tag on a C++ or Java file and restrict who can see or edit the file.
So if I outsource some work I want the outside developers to be able to
build against a stream but not look at the code. Can I give them some access but not all.
Eric
Eric,
you can try next:
Change the owner of the component where you keep your source files. Let the owner be some other project area. Then, place people which will have access to these source files in both project areas:
In PA where is a stream of
in PA who is owner of that
I think this should help.
I have a requirement to not check in dirty code. Is there a way to set up a automated filter such that a user can not checkin code until a script
returns a OK status?
You can add the Clean Workspace advisor for a project area's process configuration. This will ensure there are no compile errors before the user delivers.
If you want something more customized, you can write your own advisor. For more information about creating advisors check out this article: http://jazz.net/library/article/495