[Checkins] SVN: projectsupport/trunk/README.txt Added information on erroneous conflict errors.

Nathan Yergler nathan at yergler.net
Sun Mar 19 21:00:35 EST 2006


Log message for revision 66080:
  Added information on erroneous conflict errors.

Changed:
  U   projectsupport/trunk/README.txt

-=-
Modified: projectsupport/trunk/README.txt
===================================================================
--- projectsupport/trunk/README.txt	2006-03-20 01:55:38 UTC (rev 66079)
+++ projectsupport/trunk/README.txt	2006-03-20 02:00:35 UTC (rev 66080)
@@ -66,6 +66,14 @@
 dependencies.  In the case of our zope.i18nmessageid example, the only
 development dependency is zope.testing.
 
+While running develop.py you may receive an error about an existing name
+space package with the same name already existing in a location which will
+be on the PYTHONPATH before your newly installed packages.  In this 
+case you can add the following line to the ``[easy_install]`` section
+of setup.cfg ::
+
+  ignore-conflicts-at-my-risk = True
+
 After the workspace has been configured, we run setup.py with the
 develop target in order to retrieve any runtime dependencies.
 



More information about the Checkins mailing list