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
I want to be able to use ssh from the tortiseSVN client to my unix box where
What am I missing? As far as I can tell these are the steps:
1. Run configure:
./configure --prefix=/opt/subversion --enable-shared=no
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
svn: Error in child process: exec of 'ssh' failed: A file or directory
|
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.