Changes between Initial Version and Version 1 of Ticket #11334


Ignore:
Timestamp:
Sep 25, 2013, 8:55:52 AM (11 years ago)
Author:
Jun Omae
Comment:

That's an setuptools issue with subversion 1.7+. See comment:4:ticket:10778 for some solutions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11334

    • Property Keywords setuptools svn-1.7 added; installation IndexError removed
    • Property Status changed from new to closed
    • Property Resolution changed from to cantfix
  • Ticket #11334 – Description

    initial v1  
    44
    55I tried to upgrade plugin TagsPlugin by command:
    6 
     6{{{
    77C:\Python27\Scripts>easy_install https://trac-hacks.org/svn/tagsplugin/trunk --upgrade
    8 
     8}}}
    99But I get:
    10 
     10{{{
    1111C:\Python27\Scripts>easy_install https://trac-hacks.org/svn/tagsplugin/trunk --u
    1212pgrade
     
    7171svn_revision
    7272IndexError: list index out of range
     73}}}