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

Re: svn commit: r888863 - in /subversion/branches/obliterate-like-deltify: ./ subversion/include/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/tests/libsvn_fs/

From: Blair Zajac <blair_at_orcaware.com>
Date: Wed, 9 Dec 2009 09:47:16 -0800

On Dec 9, 2009, at 8:33 AM, philip_at_apache.org 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
Received on 2009-12-09 18:47:57 CET

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.