My team has a VOB in clearcase. Suppose my project looks something like this :
Project (Directory)
- Module 1 (Sub-directory)
- Module 2 (Sub-directory)
When I write my config-specs, I want to specify that if a new file is created in Module 1 sub-directory, it goes to Branch branch/LATEST, otherwise, if it is created somewhere else, I would like it to be versioned on main/LATEST.
I am able to specify that any newly created file goes to branch B using the spec:
element * /main/LATEST -mkbranch branch
Is there any way to specify the branching based on where that file is created?