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

  • SEARCH
  • Home
  • 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 7704901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:47:05+00:00 2026-05-31T23:47:05+00:00

Since upgrading to subversion 1.7 I get unrecognized .svn/entries format when running buildout. I

  • 0

Since upgrading to subversion 1.7 I get “unrecognized .svn/entries format” when running buildout. I notice there is an unresolved bug reports for both distribute and setuptools for this error and it also seems that you can use setuptools_subversion to resolve the issue.

What I can’t find out how to do is install setuptools_subversion so that buildout picks it up. Please can someone help?

I’ve tried

  • downloading it and running python setup.py install
  • adding it to the eggs list of the [buildout] part of my buildout configuration
  • 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-05-31T23:47:06+00:00Added an answer on May 31, 2026 at 11:47 pm

    You need to install it at the python site-packages level; easy_install (used under the hood by buildout) needs it available before it’ll install anything else.

    That said, the python setup.py install stanza should have installed it just fine; check by running the following test:

    $ python -m setuptools_subversion
    /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/setuptools_subversion.py directory
    

    That should print the installation path of the module, like it did for me in the above example. You could try to use pip or easy_install for automatic download:

    $ pip install setuptools_subversion
    

    or

    $ easy_install setuptools_subversion
    

    You can do that in a virtualenv if you want to isolate the installation. Because this is basically a dependency for svn 1.7, installing this at the same level as the svn binary (usually system wide) is certainly acceptable and the norm.

    Note that the unrecognized .svn/entries format error message will not disappear, but your buildout will otherwise succeed. The message is printed no matter what as easy_install first tries the internal .svn parser before deferring to the external plugin.

    If you really, really want to verify if the plugin is installed, run the following python code:

    import pkg_resources
    for entrypoint in pkg_resources.iter_entry_points('setuptools.file_finders'):
        print entrypoint
    

    On my system this prints:

    svn = setuptools_subversion:listfiles
    svn_cvs = setuptools.command.sdist:_default_revctrl
    git = setuptools_git:gitlsfiles
    hg = setuptools_hg:hg_file_finder
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since upgrading to Lion and consequently to XCode 4.1 I get dozens of potential
Since upgrading to the latest Xcode 3.2.1 and Snow Leopard, I've been getting the
Since version 1.5 Subversion supports to have a local caching-proxy for the main Master-repository.
Since Eclipse 3.5 there seems to be no option to have drop a plugin
Since upgrading a website from ASP.NET 3.5 to ASP.NET 4.0 my dates come out
Since upgrading to XCode 3.2, InterfaceBuilder doesn't play nice. All of my image links
Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable's
I have noticed since upgrading to iOS5 that an audio app I have been
I'm only getting this error in my app since upgrading to ios4. newsDetailController.news =
I've been using LaTeX since 2005 with the TeXLive distribution and I've been upgrading

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.