Re: XCode and subversion
Re: XCode and subversion
- Subject: Re: XCode and subversion
- From: Markus Hitter <email@hidden>
- Date: Mon, 19 Dec 2005 17:55:40 +0100
Am 19.12.2005 um 08:52 schrieb Nicholas Crosbie:
I'm trying to get XCode 2.2 to talk to a subversion
repository via a client.
So this would definitely be a question for the Xcode Users list.
1. I opted for svnserve
Good choice. Did that as well.
and assumed that only the
server computer requires subversion/svnserve to be
installed
The server needs "svnserve", all clients need "svn".
Note that I installed a fsfs repository, i.e.
svnadmin create --fs-type fsfs /svnrep
N.B.: As Subversion can count versions repository-wide only, you
likely want to set up more than one repository.
I put:
svn+ssh://<ServerUserAccount>@<ServerIPAddress>/usr/local/bin/svn
You try to use the remote svn binary as a repository. Unlikely this
would work. ;-)
How about
svn+ssh://<account>@<server>/svnrep/ ?
In general:
1) Make sure ssh works without password and without passphrase.
2) Make sure svn works from the command line.
3) Get the same going from within Xcode.
"command="/usr/local/bin/svnserve -t --tunnel-user
denis -r /home/svn/
repositories" ssh
-dss <here follows the key>
Uh. Don't remember ever using something nearly as complex as this.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden