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

Re: [PATCH] Tweak description of BASE_NODE table

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 12 Aug 2010 16:11:25 -0400

Looks good!

On Aug 12, 2010 1:12 PM, "Julian Foad" <julian.foad_at_wandisco.com> wrote:
> Can someone check this before I commit?
>
> [[[
> Index: subversion/libsvn_wc/wc_db.h
> ===================================================================
> --- subversion/libsvn_wc/wc_db.h (revision 984862)
> +++ subversion/libsvn_wc/wc_db.h (working copy)
> @@ -438,14 +438,19 @@ svn_wc__db_get_wcroot(const char **wcroo
>
> /* @defgroup svn_wc__db_base BASE tree management
>
> - BASE should be what we get from the server. The *absolute* pristine
copy.
> - Nothing can change it -- it is always a reflection of the repository.
> + BASE is what we get from the server. It is the *absolute* pristine copy.
> You need to use checkout, update, switch, or commit to alter your view of
> the repository.
>
> + In the BASE tree, each node corresponds to a particular node-rev in the
> + repository. It can be a mixed-revision tree. Each node holds either a
> + copy of the node-rev as it exists in the repository (if presence =
> + 'normal'), or a place-holder (if presence = 'absent' or 'excluded' or
> + 'not-present').
> +
> @{
> */
> ]]]
>
> - Julian
>
>
Received on 2010-08-12 22:12:04 CEST

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.