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

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

From: Blair Zajac <blair_at_orcaware.com>
Date: Sat, 2 Aug 2008 17:12:10 -0700

On Aug 2, 2008, at 4:38 PM, psamuelson_at_tigris.org wrote:

> Author: psamuelson
> Date: Sat Aug 2 16:38:09 2008
> New Revision: 32355
>
> Log:
> When creating a new fsfs shard directory (revs/N, revprops/N), set its
> permissions correctly.
>
> * subversion/libsvn_fs_fs/fs_fs.c
> (svn_fs_fs__hotcopy): Set permissions of a shard dir in revs/ and
> revprops/ after creating it.
> (commit_body): Ditto.
>
> 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=32355&r1=32354&r2=32355
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/subversion/libsvn_fs_fs/fs_fs.c Sat Aug 2 00:03:55 2008
> (r32354)
> +++ trunk/subversion/libsvn_fs_fs/fs_fs.c Sat Aug 2 16:38:09 2008
> (r32355)
> @@ -1323,9 +1323,12 @@ svn_fs_fs__hotcopy(const char *src_path,
> src_subdir_shard = svn_path_join(src_subdir, shard,
> iterpool);
> dst_subdir_shard = svn_path_join(dst_subdir, shard,
> iterpool);
>
> - if (rev % max_files_per_dir == 0)
> + if (rev % max_files_per_dir == 0) {

Minor, but the { go on the next line.

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-03 02:12:26 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.