I have a core source of code that is shared in projects. I would like to have a script that, when the 'parent' has a workspace is created, that the children have their workspaces created as well.
This would help the developers not miss any references.
Thanks for the help.
EDIT: Solution:
I created a windows CL batch that
- checks if the folder exists on the file system, if not
- them call accurev mkws, followed by accurev pop.
It works fine