svn+ssh Could not chdir
From: Greg Willits <lists_at_gregwillits.ws>
Date: Tue, 18 Mar 2008 23:11:18 -0700
I've been reading and monkeying all day on getting an svn+ssh setup
I'm putting repos on OS X Server 10.5.2 which has svn 1.4.4 built in.
At this stage, from the client machine something like the following:
svn list svn+ssh://home.srvr/{repo_path}
will ask for a password, I'll enter my user's password, and get this
Could not chdir to home directory : No such file or directory
but will get asked for a password again, so I enter it again, and
Other commands will similarly require 2X or sometimes 3X the entry of
1) I can't figure out where the error comes from
Here's how I have built what I have so far:
-- created a user named "svn" and put its OS X "home" folder at the
-- created a group called "svnusers" and added the "svn" user
-- created an /svnHome folder at the top level for all repositories
-- drag & drop copied an existing repo (which I have been using just
-- edited the svnserve.conf file to remove all the edits from the
-- on /svnHome I did chown -R svn, chgrp -R svnusers, and made sure
-- created a /svn/.ssh folder
-- created a /svn/.ssh/authorized_keys files (chmod 600)
-- copied my workstation id_rsa.pub file to the server, used cat to
command="/usr/bin/svnserve -t --tunnel-user=greg",
So now, on the client when I enter
svn list svn+ssh://home.srvr/svn/svnHome/{my_repo}/trunk
I get the errors described above, and no challenge for the ssh
I've googled dozens of blogs and forum posts, but not getting
Any ideas on these two things would be great.
-- gw
---------------------------------------------------------------------
|
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.