[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion Install Help

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 11 Dec 2009 11:22:35 +0100

On Wed, Dec 09, 2009 at 11:02:05AM -0800, Jake E. Posey wrote:
> Trying to install subversion-1.4.2 on a HP rp3410 running HP-UX
> 11.11v1. When doing the compile it complains about the following:
>
> /opt/bin/install -c -d subversion/bindings/java/javahl/classes
> cp: illegal option -- d

Find out where MKDIR is set in Subversion's configure script.
It is unconditionally set to "$INSTALL -d" which is wrong for many UNIX
systems. Just set it to "mkdir -p" or something instead.

> I tried installing 1.5.x or 1.6.x and had no problems. However my users want 1.4.2.

Can you tell us why your users want 1.4.x?
It's not supported anymore, and if the reason is anything other than
issue #3242[*] we'd really like to know about it cause it could be a
regression we need to fix.

[*] http://subversion.tigris.org/issues/show_bug.cgi?id=3242

Thanks,
Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2429714

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-11 11:23:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.