Blair Zajac <[email protected]> writes: >> +/** Obliterate the text associated with @revision of @a path in @a fs, >> + * where @a path must be a file. The text is replaced with the text >> + * of the previous version of the file. > > I haven't been following the obliterate discussion closely, but how > does this work if you just committed the file so there isn't a > previous version of the file? The documentation should state that > there, me thinks.
The code has comments about that in svn_fs_base__rep_obliterate. I think I can construct a delta from an empty file, or perhaps just an empty fulltext. -- Philip

