Changes between Initial Version and Version 1 of Ticket #11349


Ignore:
Timestamp:
Feb 5, 2014, 9:20:52 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

That's an setuptools issue with subversion 1.7+. See comment:4:ticket:10778 for some solutions (comment copied from comment:1:ticket:11334).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11349

    • Property Status changed from new to closed
    • Property Resolution changed from to cantfix
  • Ticket #11349 – Description

    initial v1  
    22
    33When I try to use the 0.11 easy install, this happens:
    4 
     4{{{#!pycon
    55:~$ sudo easy_install http://trac-hacks.org/svn/doxygenplugin/0.11/
    66Downloading http://trac-hacks.org/svn/doxygenplugin/0.11/
     
    6262  File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py", line 242, in get_svn_revision
    6363IndexError: list index out of range
     64}}}
    6465
    65 -----
     66On the bright side, it seems to clean up after itself (nothing left in `/tmp`) and doesn't break the existing trac, so that's a good thing.
    6667
    67 On the bright side, it seems to clean up after itself (nothing left in /tmp) and doesn't break the existing trac, so that's a good thing.
    68