If you run buildout it checks out what you made changes to -- wiping the changes. Am I supposed to be using any particular version control with buildout? It seems to mention many kinds.
So, my buildout.cfg looks like: [buildout] eggs-directory = /home/john/buildout/eggs extensions = mr.developer sources = sources auto-checkout = django-mptt parts = django eggs = mock django-notification django-page-cms django-haystack [sources] django-mptt = svn http://django-mptt.googlecode.com/svn/trunk/ path=django-mptt [django] recipe = djangorecipe version = 1.1.1 settings = development urls = http://code.google.com/p/django-messages/source/browse/#svn/branches/messages-0.4.x wsgi = true eggs = ${buildout:eggs} project = cottagematic_com Should my project go under sources? Should I start using svn or git on my project dirs and add and commit? (trying this next) thanks, John -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.