Enforce policy of developer workspace

I' m a newbie on RTC - Can anyone please let me know how to simulate this scenario in RTC.
I have a release stream on which developers create individual workspaces
I want to put in a process to inform\restrict developers from working on the same file at a point of time.
Since there is no checkout process on a individual workspace how do i keep track of who is working on which set of files at a given point
I have a release stream on which developers create individual workspaces
I want to put in a process to inform\restrict developers from working on the same file at a point of time.
Since there is no checkout process on a individual workspace how do i keep track of who is working on which set of files at a given point
One answer

Tell developers to put a "lock" on a file before they start to modify
it, and to not modify a file unless that lock operation succeeds.
Cheers,
Geoff
On 10/18/2010 1:37 AM, arun84s wrote:
it, and to not modify a file unless that lock operation succeeds.
Cheers,
Geoff
On 10/18/2010 1:37 AM, arun84s wrote:
I' m a newbie on RTC - Can anyone please let me know how to simulate
this scenario in RTC.
I have a release stream on which developers create individual
workspaces
I want to put in a process to inform\restrict developers from working
on the same file at a point of time.
Since there is no checkout process on a individual workspace how do i
keep track of who is working on which set of files at a given point