You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2008/08/03 00:12:10 UTC

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

On Aug 2, 2008, at 4:38 PM, psamuelson@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Peter Samuelson <pe...@p12n.org>.
[Blair Zajac]
>> -          if (rev % max_files_per_dir == 0)
>> +          if (rev % max_files_per_dir == 0) {
>
> Minor, but the { go on the next line.

Thanks!  I know the svn house style, but I'm not used to it, so I
completely forgot.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/