On 9/18/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote:
> At 04:41 PM 9/18/2006 +0200, Markus Tacker wrote:
> >Hoi, On 9/18/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > The
> >version of setuptools you're using doesn't support Subversion 1.4; you >
> >need to upgrade to the latest version using either: this gives me similar
> >errors:
>
> Hm.  Okay, do this:
>
>       easy_install -eb. setuptools==dev06
>
> This will create a setuptools subdirectory in the current directory.  Then do:
>
>       cd setuptools
>       python2.4 setup.py install
>
> The problem that you're having is that your current version of easy_install
> is using the setuptools version that doesn't work right with Subversion
> 1.4.  The above approach should work around the problem by only checking
> out the code, not building it.  The second step then builds it using the
> *new* version of setuptools, which doesn't have the problem.  Sorry about 
> that.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to