You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Keith and Teri Kwiatek <kw...@gmail.com> on 2006/03/15 18:47:39 UTC

Need help building subversion on AIX

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.