We have Product A and 2 projects say B,C.
B & C are other projects which are having complete A product functionality and added some other extra functionality which are specific to B & C.
My Problem:
If i will commit any code in A it should get update in B & C as they are having complete replica of A with some other features.
Note: All are in same repository(SVN) but different projects.
If there is any way to do this, please help me out.