~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/svnserve/serve.c

  • Committer: Max Bowsher
  • Date: 2011-01-05 22:59:03 UTC
  • mfrom: (1.5.4 upstream)
  • Revision ID: maxb@f2s.com-20110105225903-8g49kyyh5zyqh5iw
Merge new upstream 1.6.15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1435
1435
          svn_pool_clear(subpool);
1436
1436
 
1437
1437
          file_path = svn_path_join(full_path, name, subpool);
 
1438
 
 
1439
          if (! lookup_access(subpool, b, conn, svn_authz_read,
 
1440
                              file_path, FALSE))
 
1441
            {
 
1442
              apr_hash_set(entries, name, APR_HASH_KEY_STRING, NULL);
 
1443
              continue;
 
1444
            }
 
1445
 
1438
1446
          entry = apr_pcalloc(pool, sizeof(*entry));
1439
1447
 
1440
1448
          if (dirent_fields & SVN_DIRENT_KIND)