Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Working with a Revision Control System : File Sharing

File Sharing
This section discusses using File Sharing as a Revision Control System in the following sections:
Preparing for File Sharing on Microsoft Windows
The project is located on a shared drive accessible by all TIBCO developers.
Make sure all TIBCO developers have read and write access to that drive.
Preparing for File Sharing on UNIX
The project must be located on a mounted drive accessible by all TIBCO developers. You then go through these steps:
1.
2.
3.
For each account, the umask must be set to 002 to ensure the entire group has write permission on resources (folder and file) in TIBCO Designer projects. Set the umask in the .login or .profile file, as follows:
 
   $ umask 002
Using File Sharing
Allowing multiple users to use file sharing for a project involves these tasks:
Task A Create the Project
1.
2.
Choose Project > Save > Multi-File Project.
3.
a.
b.
Choose File Sharing from the pop-up.
c.
Task B User A Acquires Resource and Makes Changes
The creator of the project or another user can now acquire the lock for the project and, for example, add two folders. Here are the steps:
1.
2.
User A chooses Multi-User > Acquire Resource.
That command is also available from the resource’s right-button menu or from the Project menu.
3.
4.
User A selects the folder for the second user (User B) and chooses Release Resource from the right-button menu.
The folder now appears locked in the TIBCO Designer project panel.
Figure 17 Locked Folders
5.
User A can make changes to the User A folder (but not to the User B folder).
6.
Task C User B Opens Project, Acquires Resource, and Makes Changes
A second user can open the same project and make changes to all folders not currently locked by another user. For this example:
1.
2.
User B selects the User B folder and chooses Acquire Resource from the right-button menu.
User A released the lock for this folder.
3.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved