Continuous integration with ClearCase and long-updating snapshot views
Posted
by Yulia Rogovaya
on Stack Overflow
See other posts from Stack Overflow
or by Yulia Rogovaya
Published on 2010-04-09T15:59:50Z
Indexed on
2010/04/10
7:13 UTC
Read the original article
Hit count: 509
Hi,
I need to set up a continuous integration system. We use ClearCase version control and only snapshot views due to platform restrictions. I have tried setting up Hudson and Luntbuild. They both show the same behaviour. In a view, we have lots of libraries that are used for build but are strictly read-only. The CI system executes cleartool lshistory and finds a change in the VCS. After that, it executes cleartool setcs, which causes update of the view. This can take about half an hour, which is very undesirable for CI. Why wouldn't it update only the changed elements, which were previously obtained by cleartool lshistory? Is there a CI system that can do this?
© Stack Overflow or respective owner