Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Thu, 26 Feb 2004 16:58:41 +0100, "Waldemar Oblizajek" <woblizajek at klub.chip.pl> wrote: >We are changing and extending a system based on external sources, we got new >version quite often. We usually add new source files but sometimes we are >forced to make changes in original sources. CVS vendor-branches seemed to be >mechanism designed for such purpose. If it does not work I will have to find >another solution. They don't really work like that. That would require baseline support which I'm not aware any of 'free' systems support. An import will allow you to update your sources but you end up putting all your changes back in, which is a pain (I avoid import and do it manually, myself). Tony