Changes between Initial Version and Version 7 of Ticket #32312


Ignore:
Timestamp:
Nov 30, 2011, 12:20:53 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32312 – Description

    initial v7  
    44steps to reproduce:
    55
     6{{{
    67cd ~
    7 
    88chmod 700 .subversion
    9 
    109curl -o hgsubversion-1.3.tar.gz http://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.3.tar.gz
    11 
    1210tar xzf hgsubversion-1.3.tar.gz
    13 
    1411cd hgsubversion-1.3
    15 
    1612sudo -u macports /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
     13}}}