Pavel Sanda wrote: > I see more scanMasters added findFile. That means we ask findFile to check > whether we are under VCS and if yes we create new VCS object which call > scanMaster in contructor which in turn call findFile again. Is this > duplicity needed?
This is needed for detecting the UNVERSIONED status. Now that you mention it I am not sure anymore whether UNVERSIONED is really used, it might have been a leftover from something I tried (having a vcs object for all files that are in a local working tree, but which are not yet added to the VCS). I'll have a look. Georg