Opened 13 years ago

Last modified 12 years ago

#32312 closed defect

subversion-python27bindings: initialization fails for user macports — at Initial Version

Reported by: titus@… Owned by: blair (Blair Zajac)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: danielluke (Daniel J. Luke)
Port: subversion-python27bindings

Description

When this package is initialized it tries to open the file ~<sudoer>/.subversion/server. This fails if the user sudoed to is underprivileged for this directory, as e.g. on my machine the user macports.

steps to reproduce:

cd ~

chmod 700 .subversion

curl -o hgsubversion-1.3.tar.gz http://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.3.tar.gz

tar xzf hgsubversion-1.3.tar.gz

cd hgsubversion-1.3

sudo -u macports /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build

Change History (0)

Note: See TracTickets for help on using tickets.