You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/02/18 18:04:32 UTC

Re: svn commit: r911288 - /subversion/trunk/subversion/libsvn_wc/wc.h

Oops. Had it backwards. Thanks!

(tho I guess I can pester you that it should have been there when the
bump happened... ;-) )

On Thu, Feb 18, 2010 at 03:53,  <rh...@apache.org> wrote:
> Author: rhuijben
> Date: Thu Feb 18 08:53:48 2010
> New Revision: 911288
>
> URL: http://svn.apache.org/viewvc?rev=911288&view=rev
> Log:
> * libsvn_wc/wc.h
>  (SVN_WC__VERSION):
>     Following up on r911239, update documentation about format 15 to
>     to match actual change. (remove depth exclude in wc.db)
>
> Modified:
>    subversion/trunk/subversion/libsvn_wc/wc.h
>
> Modified: subversion/trunk/subversion/libsvn_wc/wc.h
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=911288&r1=911287&r2=911288&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_wc/wc.h (original)
> +++ subversion/trunk/subversion/libsvn_wc/wc.h Thu Feb 18 08:53:48 2010
> @@ -106,8 +106,9 @@
>  * from the filesystem into wc.db), and some columns to ACTUAL_NODE for
>  * future use.
>  *
> - * The change from 14 to 15 switched from presence='exclude' to using
> - * depth='exclude' within the BASE_NODE and WORKING_NODE tables.
> + * The change from 14 to 15 switched from depth='exclude' on directories to
> + * using presence='exclude' within the BASE_NODE and WORKING_NODE tables.
> + * This change also enabled exclude support on files and symlinks.
>  *
>  * The change from 15 to 16 added 'locked_levels' to WC_LOCK, setting
>  * any existing locks to a level of 0. The 'md5_checksum' column was
>
>
>