|
Boost Testing : |
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-05-06 13:53:26
"David Abrahams" <dave_at_[hidden]> wrote in message
news:87tzur78cq.fsf_at_valverde.peloton...
>
> on Sat May 05 2007, "Gennadiy Rozental" <gennadiy.rozental-AT-thomson.com>
> 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