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

Need help building subversion on AIX

From: Keith and Teri Kwiatek <kwiatekfamily_at_gmail.com>
Date: 2006-03-15 19:47:39 CET

Hello,

As subversion does not come with a pre-built binary for AIX, could someone
help me build and install subverson on AIX?

I want to be able to use ssh from the tortiseSVN client to my unix box where
the svnserver and repositor will be kept.

What am I missing? As far as I can tell these are the steps:

1. Run configure:

./configure --prefix=/opt/subversion --enable-shared=no
--without-berkeley-db --enable-ssl=yes --with-libs=/usr/local/ssl/lib

2. ./make

3. make install

4. try:

TYPE: svnadmin create /tmp/repository1

TYPE: svn import /tmp/myproject file:///tmp/repository1 -m "initial import"

TYPE: svn list svn://test.macine.com/tmp/repository1

RESULT: myfile.txt

Everyting works fine until I try:

svn list svn+ssh://test.macine.com/tmp/repository1
THen I get:

svn: Error in child process: exec of 'ssh' failed: A file or directory
in the path name does not exist.
Received on Wed Mar 15 19:48:56 2006

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.