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

Re: svn commit: r23781 - trunk/subversion/libsvn_wc

From: Peter Lundblad <plundblad_at_google.com>
Date: 2007-03-12 10:28:35 CET

kfogel@tigris.org writes:
> Author: kfogel
> Date: Sun Mar 11 23:10:41 2007
> New Revision: 23781
>
> Log:
> Follow up to r23767 with a documentation fix:
>
> * subversion/libsvn_wc/README
> (The entries file): Document the new working-size field.
>
>
> Modified:
> trunk/subversion/libsvn_wc/README
>
> Modified: trunk/subversion/libsvn_wc/README
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_wc/README?pathrev=23781&r1=23780&r2=23781
> ==============================================================================
> --- trunk/subversion/libsvn_wc/README (original)
> +++ trunk/subversion/libsvn_wc/README Sun Mar 11 23:10:41 2007
> @@ -335,8 +335,8 @@
>
> A field may be boolean, in which case it can have either a value equal
> to the field name, meaning true, or no value, meaning false. Timestamps
> -are stored in the format produced by svn_time_to_cstring(). Revision
> -numbers are stored as decimal numbers.
> +are stored in the format produced by svn_time_to_cstring(). Numbers
> +are stored in decimal.
>
> The first entry has an empty name field and is the entry for this directory,
> that is, the directory containing this administrative area. This is
> @@ -483,6 +483,11 @@
> deletion is committed. This is only allowed on the this_dir entry,
> and only when the schedule is 'delete'.
>
> +working-size:
> + The number of bytes in the working file. This can differ from the

Maybe should say "unmodified working file"?

> + number of bytes in the text base; for example, the working file may
> + have undergone keyword substitution or eol translation.
> +
Should say that this value is optional.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 12 10:29:05 2007

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.