Hi,
Can we use wild card in "p4 sync"?
For example:
/projectA/moduleA/English/...
/projectA/moduleA/French/...
/projectA/moduleA/German/...
/projectA/moduleB/English/...
/projectA/moduleB/French/...
/projectA/moduleB/German/...
. . .
I would like to sync with all files that are associated with English. I
can always write a small shell script to remove
all the German and French dirs after the sync (p4 sync
//depot/projectA/...), but just wondering that whether I can do it at
the sync time.
Thanks,
-Andy