[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: reopening directories in the commit editor

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-03-28 21:08:49 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.