Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9127653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:19:52+00:00 2026-06-17T07:19:52+00:00

I have a pre-rolled bootstrap script that creates a buildout.cfg for my wsgi-based framework.

  • 0

I have a pre-rolled bootstrap script that creates a buildout.cfg for my wsgi-based framework. Buildout is run with this initially to create the necessary paste directory structure. I then pull my code from the VCS repo into the src directory, and a buildout.cfg specific to whatever env I’m deploying to along with a few other .py static data files. Then I run buildout again.

Running buildout twice is pretty wasteful from my pov. Is there a way to do an export from subversion from within buildout into my project source dir and also arbitrary files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:19:53+00:00Added an answer on June 17, 2026 at 7:19 am

    I’d use mr.developer to grab a local checkout:

    [buildout]
    extensions = mr.developer
    auto-checkout = yourpackage
    
    [sources]
    yourpackage = svn http://url.to/repository
    

    Now mr.developer will check out yourpackage as part of the buildout run, into src/, run it’s setup.py to make it a development egg, and tell buildout it’s available as such. Now buildout will use that local copy to satisfy any yourpackage requirement.

    If your svn package is not a python egg, simply add egg=false to it’s sources entry, and mr.developer won’t look for a setup.py to run.

    Alternatively, you can just use iw.recipe.cmd to simply run the svn command:

    [yourpackage]
    recipe = iw.recipe.cmd
    cmds = 
       svn export http://url.to/repository
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a pre tag within my page that contains quite a bit of
I have a pre-made SQLite database that I am downloading from the net via
I could understood that Desktop applications in Java doesn't have a pre-defined relative path
this is a weird one. i have a -pre-compile target in my custom_rules.xml .
I have a couple of pre-existing applications which I need to run in one
I have a project that comprises pre-build Dll modules, built some time in the
I have a form that I pre-populate with test data though jQuery. $('INPUT[name=subscription.FirstName]').val('Jef'); but
I have a pre-existing database, and this code: class User private() extends MongoRecord[User] with
I have a pre-made Word Template that has a table. I would like to
I have a Mac OS X flat package that runs a postinstall script. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.