I have a MyCompany repo whose folder structure as the following :
MyCompany/ └── departments ....├── HR ....├── Public ....│...├── OPS ....│...├── QA ....│...└── PM ....├── IPD ....└── develop ........├── IAP ........├── AM ........└── TM
I have setup path-access: [MyCompany:/departments/Public/OPS] @g_ops=rw [MyCompany:/departments/HR] @g_ops=rw [MyCompany:/departments/develop/TM] @g_ops=rw i.e. group g_ops can only access departments/Public/OPS , departments/HR , departments/develop/TM , 3 folders. if @g_ops want to access departments/Public/OPS, they have to checkout/update from http://svn.mycompany.com/MyCompany/d...nts/Public/OPS if @g_ops want to access departments/HR, they have to checkout/update from http://svn.mycompany.com/MyCompany/departments/HR That is not convenient. I wonder that if it is possible that : @g_ops only have to checkout /update once from http://svn.mycompany.com/MyCompany/, they will "checkout /update" all the data of the folders which they are authorized to under the same repo automatically . The folder structure of their workspace may looks like this :
MyCompany/ └── departments ....├── HR ....├── Public ....│...└── OPS ....└── develop ....└── TM
Thank you!
MyCompany/ └── departments ....├── HR ....├── Public ....│...├── OPS ....│...├── QA ....│...└── PM ....├── IPD ....└── develop ........├── IAP ........├── AM ........└── TM
I have setup path-access: [MyCompany:/departments/Public/OPS] @g_ops=rw [MyCompany:/departments/HR] @g_ops=rw [MyCompany:/departments/develop/TM] @g_ops=rw i.e. group g_ops can only access departments/Public/OPS , departments/HR , departments/develop/TM , 3 folders. if @g_ops want to access departments/Public/OPS, they have to checkout/update from http://svn.mycompany.com/MyCompany/d...nts/Public/OPS if @g_ops want to access departments/HR, they have to checkout/update from http://svn.mycompany.com/MyCompany/departments/HR That is not convenient. I wonder that if it is possible that : @g_ops only have to checkout /update once from http://svn.mycompany.com/MyCompany/, they will "checkout /update" all the data of the folders which they are authorized to under the same repo automatically . The folder structure of their workspace may looks like this :
MyCompany/ └── departments ....├── HR ....├── Public ....│...└── OPS ....└── develop ....└── TM
Thank you!
Last updated