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

Re: svn commit: r36827 - trunk/subversion/libsvn_fs_fs

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 28 Mar 2009 21:50:45 +0000

On Sat, Mar 28, 2009 at 02:05:52PM -0700, Bert Huijben wrote:
> Author: rhuijben
> Date: Sat Mar 28 14:05:52 2009
> New Revision: 36827
>
> Log:
> * subversion/libsvn_fs_fs/fs_fs.c
> (write_config): Fix typo in default config.
>
> Found by: Sander Rijken <sander_at_open.collab.net>
>
> Modified:
> trunk/subversion/libsvn_fs_fs/fs_fs.c
>
> Modified: trunk/subversion/libsvn_fs_fs/fs_fs.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_fs_fs/fs_fs.c?pathrev=36827&r1=36826&r2=36827
> ==============================================================================
> --- trunk/subversion/libsvn_fs_fs/fs_fs.c Sat Mar 28 12:54:04 2009 (r36826)
> +++ trunk/subversion/libsvn_fs_fs/fs_fs.c Sat Mar 28 14:05:52 2009 (r36827)
> @@ -1089,7 +1089,7 @@ write_config(svn_fs_t *fs,
> "" NL
> "[" CONFIG_SECTION_REP_SHARING "]" NL
> "### To conserve space, the filesystem can optionally avoid storing" NL
> -"### duplicate representations. This comes at a slight cost in performace," NL
> +"### duplicate representations. This comes at a slight cost in performance," NL
> "### as maintaining a database of shared representations can increase" NL

Those double spaces aren't typos. They are all over our tree.
It's a lightweight alternative to starting a new paragraph.

I'd say we should just leave them as-is, because we'll have to
change too many places if we wanted to eradicate them all.

Note that there are two spaces between the sentence you changed
and the one that follows it, too :)

> "### commit times. The space savings are dependent upon the size of the" NL

Stefan

> "### repository, the number of objects it contains and the amount of" NL
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1461154
Received on 2009-03-28 22:51:50 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.