Re: CVS update: subversion/subversion/include svn_delta.h
From: Jim Blandy <jimb_at_savonarola.red-bean.com>
Date: 2000-10-02 19:54:54 CEST
Greg Hudson <ghudson@MIT.EDU> writes:
> > (Clearly, there might be other ways to arrange all this; I'm not
Certainly. By using the sequence of calls to specify the directory or
replace_subdirectory ("foo")
here we're editing foo/bar
close_subdirectory () ; perhaps this should be renamed
here we're editing foo again
replace_subdirectory ("baz")
here we're editing foo/baz
replace_file ("x")
this applies DELTA to foo/bar/x, even though the arguments to
Problem is, this change makes the interface somewhat brittle. If some
Certainly, the presence of file/directory batons at all adds
So I agree with your point; I'm just not sure if it's the most robust
|
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.