On Thu, Mar 6, 2008 at 2:05 PM, Jim Pingle <[EMAIL PROTECTED]> wrote: > (...) > The access part is easily solved with a rule in Apache's main config like so: > > <DirectoryMatch "^/.*/\.svn/"> > Order deny,allow > Deny from all > </DirectoryMatch>
If you really want to stick with svn do an svn export, not an checkout/update. Export rids you of the .svn directories etc.. Till _______________________________________________ List info: http://lists.roundcube.net/dev/
