scm-local was developped for tests and it's used in some case when a scm provider isn't available
like dynamic-view support for Clearcase.
It's a very simple provider that copy file from sources directory, but it can't know if some files
are deleted because it doesn't have some metadata that can inform it.
The only possibility you have for the moment is to remove the checkout directory and run a new
build. But the best way would be to add dynamic-view support in clearcase provider. Only clearcase
users will can add this features because we don't know clearcase and we don't have access to a
clearcase server.
Emmanuel
ArneD a écrit :
Hello everybody,
my Continuum installation is accessing a file system directory using
scm-local provider to get sources (BTW, the directory is on a ClearCase
dynamic view). Updates are working fine as long as files are only changed or
added. But when files are removed from the source directory, they still
exist in the target directory. Especially after refactoring activities, this
leads to build errors.
Seems like a bug to me... Or am I missing something?
Many thanks,
Arne