Rev 4989 Rev 4991
Line 255... Line 255...
255 // You may also specify a per repository access file by uncommenting and copying the following 255 // You may also specify a per repository access file by uncommenting and copying the following
256 // line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. 256 // line as necessary. Use the convention 'groupname.myrep' if your repository is in a group.
257   257  
258 // $config->useAccessFile('/path/to/accessfile', 'myrep'); // Access file for myrep 258 // $config->useAccessFile('/path/to/accessfile', 'myrep'); // Access file for myrep
259   259  
260 $config->useAccessFile('/data/svnData/MLAB/conf/authz', 'MLAB'); // Access file for MLAB 260 // $config->useAccessFile('/data/svnData/MLAB/conf/authz', 'MLAB'); // Access file for MLAB
261 $config->useAccessFile('/data/svnData/svnkaklik/conf/authz', 'svnkaklik'); // Access file for svnkaklik 261 // $config->useAccessFile('/data/svnData/svnkaklik/conf/authz', 'svnkaklik'); // Access file for svnkaklik
262   262  
263 // Uncomment this line if you want to prevent search bots to index the WebSVN pages. 263 // Uncomment this line if you want to prevent search bots to index the WebSVN pages.
264   264  
265 // $config->setBlockRobots(); 265 // $config->setBlockRobots();
266   266