[Zope] Use of APE in a production environment?

Brad Clements bkc at murkworks.com
Tue Oct 26 10:41:39 EDT 2004


On 26 Oct 2004 at 8:34, Kelly McDonald wrote:

> > 4. have you had any problems using subversion/cvs with the objects on
> > > the APE/Filesystem volume, especially when using multiple branches for
> > > development?
> > 
> > 
> > No problems.
> 
> When I create the fs from subversion, it chokes on the .svn folders,
> trying to import them as a file into the ape fs. Did you find some way to
> tell APE to ignore these?

In etc/zope.conf, add the hidden_filenames option, like this::


<ape-db fs>
  <ape-storage>
    mapper-variation filesystem
    <ape-fs-connection fs>
      basepath $INSTANCE/var/myfs
      hidden_filenames \.svn
    </ape-fs-connection>
  </ape-storage>
  mount-point /Example/P/FS
  scan-interval 10
</ape-db>




-- 
Brad Clements,                bkc at murkworks.com   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements



More information about the Zope mailing list