Hi, I have 3 projects: Booking, Customer and Common. I'm using svn:externals to create references in order to avoid code duplications. This is what I do:
1. Add "Common" to svn:externals for project "Booking". This works. 2. Add "Common" to svn:externals for project "Customer". This works. 3. Add "Customer" to svn:externals for project "Booking". This does NOT work. The "Common" referenced from "Booking" is not the same as the "Common" referenced from "Customer". This seems like an ordinary setup that many uses - so what am I missing? -- Werner

