well, you just have to read your error message ;-) it says: > Please check for local modifications and make sure these are checked > in. > > If you sure that these modifications can be ignored, remove the > checkout manually: > > rm -rf /home/odon/getpaid.buildout/parts/test-recorder/testrecorder/ > testrecorder.pyc > rm -rf /home/odon/getpaid.buildout/parts/test-recorder/testrecorder/ > __init__.pyc
Which means you probably made some modifications to your testrecorder folder and the system doesn't want to remove your modifications. This is why it is warning you. If you didn't make important modifications, you can delete the testrecorder folder. Lucie -- S i x F e e t U p , I n c . | http://www.sixfeetup.com Phone: +1 (317) 861-5948 x605 mailto:[EMAIL PROTECTED] REGISTER NOW for the Plone Deployment Workshop | Nov. 20-21, 2008 http://www.sixfeetup.com/news/plone-deployment-workshop On Wed, Oct 1, 2008 at 6:11 AM, alex321 <[EMAIL PROTECTED]> wrote: > > Hi, > am trying to modify the default getpaid buildout.cfg soas to load > additional plone products > this is a Plone 2.5.5 installation > All works well for products: QploneTabs, PloneFormGen, ImageRepository > howewer i can't make it for Slideshowfolder 4 > I added this to [productsCheckout] > http://svn.plone.org/svn/plone/plone.app.form/branches/plone-2.5 > plone.app.form > and this to eggs= > Products.slideshowfolder > here are the errors > > Getting distribution for 'setuptools'. > Got setuptools 0.6c9. > Upgraded: > setuptools version 0.6c9; > restarting. > Generated script '/home/odon/getpaid.buildout/bin/buildout'. > Develop: '/home/odon/getpaid.buildout/src/Products.PloneGetPaid' > Develop: '/home/odon/getpaid.buildout/src/zc.table' > Develop: '/home/odon/getpaid.buildout/src/zc.resourcelibrary' > Develop: '/home/odon/getpaid.buildout/src/five.intid' > Develop: '/home/odon/getpaid.buildout/src/yoma.batching' > Develop: '/home/odon/getpaid.buildout/src/ore.viewlet' > Develop: '/home/odon/getpaid.buildout/src/hurry.workflow' > Develop: '/home/odon/getpaid.buildout/src/getpaid.core' > Develop: '/home/odon/getpaid.buildout/src/getpaid.wizard' > Develop: '/home/odon/getpaid.buildout/src/getpaid.nullpayment' > Develop: '/home/odon/getpaid.buildout/recipes' > Getting distribution for 'plone.recipe.zope2instance'. > Got plone.recipe.zope2instance 2.5. > Getting distribution for 'zope.testing>=3.6.0'. > Got zope.testing 3.7.0. > Uninstalling test-recorder. > Running uninstall recipe. > While: > Installing. > Uninstalling test-recorder. > > An internal error occured due to a bug in either zc.buildout or in a > recipe being used: > Traceback (most recent call last): > File "/tmp/tmpR6bPw4/zc.buildout-1.1.1-py2.4.egg/zc/buildout/ > buildout.py", line 1477, in main > File "/tmp/tmpR6bPw4/zc.buildout-1.1.1-py2.4.egg/zc/buildout/ > buildout.py", line 401, in install > File "/tmp/tmpR6bPw4/zc.buildout-1.1.1-py2.4.egg/zc/buildout/ > buildout.py", line 517, in _uninstall_part > File "/home/odon/getpaid.buildout/eggs/infrae.subversion-1.3.1- > py2.4.egg/infrae/subversion/Py.py", line 93, in uninstall > raise ValueError("""\ > ValueError: In '/home/odon/getpaid.buildout/parts/test-recorder/ > testrecorder': > local modifications detected while uninstalling 'test-recorder': > Uninstall aborted! > > Please check for local modifications and make sure these are checked > in. > > If you sure that these modifications can be ignored, remove the > checkout manually: > > rm -rf /home/odon/getpaid.buildout/parts/test-recorder/testrecorder/ > testrecorder.pyc > rm -rf /home/odon/getpaid.buildout/parts/test-recorder/testrecorder/ > __init__.pyc > > Or if applicable, add the file to the 'svn:ignore' property of the > file's container directory. Alternatively, add an ignore glob pattern > to your subversion client's 'global-ignores' configuration variable. > > all this is a bit mysterious to me..... > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
