Write access to a repository workspace
Accepted answer
It multiple users are supposed to work together they must use a stream to do so.
It would not be wise to allow multiple users to write to a repo workspace. Actually not even the same user should write to the same repo workspace from two clients at the same time.
Another user can create a duplicate from the repo workspace to access the data and work with it.
You can make someone else the owner of the repository workspace, but the old owner would loose write access immediately.
PS: it is always a good idea to explain what the purpose of the activity (and not how you want to achieve it).
It would not be wise to allow multiple users to write to a repo workspace. Actually not even the same user should write to the same repo workspace from two clients at the same time.
Another user can create a duplicate from the repo workspace to access the data and work with it.
You can make someone else the owner of the repository workspace, but the old owner would loose write access immediately.
PS: it is always a good idea to explain what the purpose of the activity (and not how you want to achieve it).