On Dec 9, 2009, at 8:33 AM, [email protected] wrote: > Author: philip > Date: Wed Dec 9 16:33:28 2009 > New Revision: 888863 >
> > Modified: > subversion/branches/obliterate-like-deltify/subversion/include/svn_fs.h > URL: > http://svn.apache.org/viewvc/subversion/branches/obliterate-like-deltify/subversion/include/svn_fs.h?rev=888863&r1=888862&r2=888863&view=diff > ============================================================================== > --- subversion/branches/obliterate-like-deltify/subversion/include/svn_fs.h > (original) > +++ subversion/branches/obliterate-like-deltify/subversion/include/svn_fs.h > Wed Dec 9 16:33:28 2009 > @@ -1840,6 +1840,16 @@ > svn_revnum_t revision, > apr_pool_t *pool); > > +/** 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. Blair

