From owner-freebsd-questions@FreeBSD.ORG Fri May 29 13:24:05 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9304E106564A for ; Fri, 29 May 2009 13:24:05 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from macos.cmi.ua.ac.be (macos.cmi.ua.ac.be [143.129.75.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7A98FC15 for ; Fri, 29 May 2009 13:24:04 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from macos.cmi.ua.ac.be (localhost [127.0.0.1]) by macos.cmi.ua.ac.be (8.14.3/8.14.3) with ESMTP id n4TDO2Js047594; Fri, 29 May 2009 15:24:02 +0200 (CEST) (envelope-from Pieter.Donche@ua.ac.be) Received: from localhost (pdon@localhost) by macos.cmi.ua.ac.be (8.14.3/8.14.3/Submit) with ESMTP id n4TDO236047591; Fri, 29 May 2009 15:24:02 +0200 (CEST) (envelope-from Pieter.Donche@ua.ac.be) X-Authentication-Warning: macos.cmi.ua.ac.be: pdon owned process doing -bs Date: Fri, 29 May 2009 15:24:02 +0200 (CEST) From: Pieter Donche X-X-Sender: pdon@macos.cmi.ua.ac.be To: Greg Larkin In-Reply-To: <4A1FDA86.1030905@FreeBSD.org> Message-ID: References: <4A1FDA86.1030905@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "mail.list freebsd-questions" Subject: Re: 7-7.2 upgrade, websvn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 13:24:06 -0000 On Fri, 29 May 2009, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Pieter Donche wrote: > > Recently upgraded 7.0->7.2 > > a user tells that he gets, using websvn > > Error running this command: svn --config-dir /tmp --version > > svn: not found > > anyone a similar experience? > > _______________________________________________ > I haven't run into that problem yet, but here are some questions to help > troubleshoot it: > > - - Dumb question alert :-) I assume that websvn and svn were installed > from ports on the 7.0 system? svn from ports, websvn from tarball (used by 1 user) in his public_html directory. > - - On the upgraded system, what is the output of "pkg_info | grep -i > websvn" and "pkg_info | grep -i subversion"? $ pkg_info | grep -i subversion subversion-1.6.2 Version control system websvn is the very latest version 2.2.1 > > - - Has the websvn config file been edited to point to the svn executable? > Specifically, you may need to add this line: > $config->setSVNCommandPath("/usr/local/bin/"); as I understood from my yser, nothing of that was previously set (SVNCommandPath, diff, tar, gzip etc... ) Setting it makes indeed svn to be found, but then I wonder why it worked before 7.2? (phpinfo shows that PHP environment PATH (as well as Apache PATH) are /sbin:/bin:/usr/sbin:/usr/bin (can't remember if it was somehting different before 7.2, but our /usr/local/etc/php.ini hasn't changed for months..) (the example lines commented out) > > Hope that helps, and post the answers to those questions back here. > > Cheers, > Greg > - -- > Greg Larkin > > http://www.FreeBSD.org/ - The Power To Serve > http://www.sourcehosting.net/ - Ready. Set. Code. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFKH9qG0sRouByUApARAq6HAKCSA901wPp/YIa2dgbUYQ2CX3IKAwCeKR5A > BuJN/djWokys9UKL1iIyLlc= > =WxUO > -----END PGP SIGNATURE----- > > >