Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#16197 closed defect (fixed)

subversion: svnmucc command installed at the wrong place

Reported by: raimue (Rainer Müller) Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: subversion svn svnmucc Cc:
Port:

Description

subversion +tools is supposed to install svnmucc.

The particular files are:

  /opt/local/bin/svnmucc/svnmucc
  /opt/local/bin/svnmucc/svnmucc-test.py

By putting svnmucc into a subdirectory the command is not in PATH and can only be used with the full path.

Also, I don't think the svnmucc-test.py is necessary there and can be left out. svnmucc should be at /opt/local/bin/svnmucc.

Change History (4)

comment:1 Changed 16 years ago by danielluke (Daniel J. Luke)

Status: newassigned

I'm not sure it's necessary for svnmucc to be installed somewhere in $PATH (and I'm reluctant to move it as we'll need a revision bump that will force everyone to rebuild _and_ it could break anyone who has scripted things expecting it to be in that location).

Would it be OK with you if I make these changes with the next upstream subversion release?

comment:2 Changed 16 years ago by raimue (Rainer Müller)

In 1.4.x, mucc was at /opt/local/bin/mucc, so I was expecting svnmucc to be at /opt/local/bin/svnmucc. Subdirectories in /opt/local/bin are not common, and svnmucc can only be used if it is in $PATH.

I have no objections to fix it with the next release. I would have provided a patch if it were urgent ;-)

comment:3 Changed 16 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: assignedclosed

I'm lame and didn't fix this in the next release (because I forgot).

I've just committed it in r39867, though.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.