Philip Martin <philip@codematters.co.uk> writes:
> "C. Michael Pilato" <cmpilato@collab.net> writes:
>
> > Philip Martin <philip@codematters.co.uk> writes:
> >
> >> * 1. The producer may call @c open_directory, @c add_directory,
> >> * @c open_file, @c add_file, or @c delete_entry at most once on
> >> * any given directory entry.
> >>
> >> I'm not calling any of the functions more than once, but I guess
> >> add_directory and open_directory combine together.
> >
> > That is correct.
>
> However delete_entry is different isn't it? I can call delete_entry
> and then add_directory or add_file on the same directory entry.
>
> * 1. The producer may call @c open_directory, @c add_directory,
> * @c open_file or @c add_file at most once on any given directory
> * entry, @c delete_entry may also be called once and can preceed
> * @c add_directory or @c add_file.
Ah, yes. That is an interesting exception to the rules as stated, as
well as a nice suggestion on how to fix it. Committing it up?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 28 21:13:11 2005