Problem with buildout

Hi Andreas,

I'm running zope as normal user:

# sudo -u plone_buildout bin/buildout

And all the installation have the same rights, as you can see here:

# ll
total 108
drwxr-sr-x  2 plone_buildout plone_group  4096 Sep 29 11:33 Extensions
-rw-r--r--  1 plone_buildout plone_group  3439 Oct  4 12:10 README.html
-rw-------  1 plone_buildout plone_group   431 Oct  4 12:10 adminPassword.txt
-rw-r--r--  1 plone_buildout plone_group  8834 Oct  4 11:49 base.cfg
drwxr-sr-x  2 plone_buildout plone_group  4096 Oct  4 12:08 bin
-rw-r--r--  1 plone_buildout plone_group 10525 Jan  9  2014 bootstrap.py
-rw-------  1 plone_buildout plone_group  7246 Oct  4 12:08 buildout.cfg
drwxr-sr-x  2 plone_buildout plone_group  4096 Oct  4 12:10 develop-eggs
-rw-r--r--  1 plone_buildout plone_group  4399 Jan  9  2014 develop.cfg
-rw-r--r--  1 plone_buildout plone_group   815 Jan  9  2014 lxml_static.cfg
drwxr-sr-x  5 plone_buildout plone_group  4096 Sep 28 10:26 parts
drwxr-sr-x  2 plone_buildout plone_group  4096 Jan  9  2014 products
-rw-r--r--  1 plone_buildout plone_group   130 Sep 27 14:37 sources.cfg
drwxr-sr-x  4 plone_buildout plone_group  4096 Oct  4 12:08 src
drwxrwx--- 12 plone_buildout plone_group  4096 Sep 28 10:34 var
-rw-r--r--  1 plone_buildout plone_group  9521 Jan  9  2014 versions.cfg
-rw-r--r--  1 plone_buildout plone_group  1022 Jan  9  2014 zope-versions.cfg
-rw-r--r--  1 plone_buildout plone_group  1902 Jan  9  2014 zopeapp-versions.cfg
-rw-r--r--  1 plone_buildout plone_group  2518 Jan  9  2014 ztk-versions.cfg

It worked well before using mr.developer and with mr.developer, but now deleting this special configuration it doesn't work.

In Problem with CMFBibliographyAT and Plone 4.3.11 you are explaining:

In case of a fixed release package you can easily switch back and remove the checkout.

And this is what I done and want.

Bieli