On Tue, Aug 26, 2008 at 10:19, Terry Hunt <[EMAIL PROTECTED]> wrote: > I am having an issue with accurev integration, I am hoping someone might be > able to shed some light on. I am monitoring several sources in a project > and if I modify a file, all is well, however if I delete a file and run the > build, it fails because the file is missing. > Shouldn't the Accurev process repopulate this file on the fly? >
The AccuRev source control implementation uses the "accurev update" command to update the workspace. I've never been able to figure out how it decides what to do about files that aren't present at all. Sometimes it seems to recreate them (a la "accurev populate"), other times it doesn't. I really think it's an issue for AccuRev support to look into. You can see the actual AccuRev commands CCNET issues if you run the log in DEBUG mode. Ross
