6 May
2007
6 May
'07
5:53 p.m.
"David Abrahams"
on Sat May 05 2007, "Gennadiy Rozental"
wrote: My library depend in lib A, B, C. I want to test against new_dev branch of A, HEAD branch of B and 1_33 branch of C.
So assemble a branch that contains everything you want, check it in, and request the test. SVN is really good for that sort of thing because of the way it copies "by reference".
Does it means that my branch will keep track of changes made in referenced branches? If not it's useless in practice. Gennadiy