I would like to get all the files checked-in a private branch and only the those files checked in.
What config spec would you recommend?
Let's say prvt
is the private branch:
element * .../prvt/LATEST
Would that work?
What if I want to load only those elements which are branched out only in prvt branch not any other element as I suppose
element /myVob/myPath /main/LATEST
element /myVob /main/LATEST
might get files which branch out from the main latest also in myPath directory. But this is very much useful only for directories as I wouldn't have branched out the directories of the checked in file element in the private branch