andreas schmid wrote:
John Griessen wrote:
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.
right if you run buildout it checks if there are changes in some app or
configuration and updates the executables, eggs, packages or whatever
your bildout is composed of.

It seemed maybe it over wrote a urls.py file under my cottagematic_com project 
dir,
but I'm no  longer certain.  Is the buildout.cfg defining cottagematic_com
as part of development, so not something to overwrite?

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


what is this url part doing?
[jg]Seems to be broken/doing nothing.  bin/develop info shows just mptt as a 
develop package.

wsgi = true
eggs = ${buildout:eggs}
project = cottagematic_com


create a clean django_buildout with paster (easy_install fez.djangoskel)
and  commit the  created directory.  dont commit after you already run
python bootstrap.py or ./bin/buildout , you would commit unnecessary
stuff which can be rebuild whenever you want.

That sounds like you are recommending version control from the build directory,
and yes I had done a git add . after doing a buildout.

--
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.

Reply via email to