Subversion / Xcode / OS X Tiger 10.4.9
Subversion / Xcode / OS X Tiger 10.4.9
- Subject: Subversion / Xcode / OS X Tiger 10.4.9
- From: David Harper <email@hidden>
- Date: Thu, 24 May 2007 13:10:36 -0400 (EDT)
Hi,
I've just started a small business and would like to get version control working at my office. I've gone through the process of installing SVN and setting up various things hoping to get it to work.
I've reached the point where the repository is created, and files can be committed to it locally. The problem right now is with the command svn+ssh.
When I try to checkout the repository from a client computer the error message is as follows:
bash: line 1: svnserve: command not found
svn: Connection closed unexpectedly
A google search lead me to try to change some the file /etc/csh.login so that the $PATH variable includes the directory where svnserve is located - /usr/local/bin. This did not correct the problem. I also tried changing the path variable similarly in the profile file, and even tried creating a bash.login file (though I didn't have much hope this would work since the file didn't exist to begin with).
What does work is to connect remotely via ssh, then call svn checkout while logged in. Unfortunately, I'm not sure how checkout to the localhost. I tried svn checkout /<repo> localhost:/Users/.. which stored the files somewhere but not on the local computer. With separate working directories on the same host computer, the work can be done but it is painfully slow to build from the remote host.
Does anybody have any suggestions on how to get svn+ssh working? Is it possible to check out to the local host while connected to an ssh server?
I do not have OS X Server. I read some set-up guides that seemed to require OS X server, but I'm under the impression that it isn't strictly required to get a repository going.
Thanks in advance,
Dave Harper
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden