RE: XCode and subversion
RE: XCode and subversion
- Subject: RE: XCode and subversion
- From: Nicholas Crosbie <email@hidden>
- Date: Wed, 21 Dec 2005 15:20:07 +1100 (EST)
Have now made some progress.
I am now able to "svn checkout svn+ssh" to checkout a
copy of the
repository (resides on the server) to the client
machine. Then I open
up the checked out (i.e. local) copy of the project
and try to use SCM
in XCode.
In XCode, I have set the "path to scm tool" as
/path/to local copy of/svn
XCode recognizes that the project is an
"scm-type-project", since it
will change the status of edited files (e.g. to "M"),
but when it tries to
do an SCM operation which involves the repository it
hangs with:
Permission denied, please try again.
Received disconnect from <server>: 2: Too many
authentication failures for <username>
subversion/libsvn_ra_svn/marshal.c:252:
(apr_err=210002)
svn: Connection closed unexpectedly
Suggestions?
--- Bas Scheffers <email@hidden> wrote:
>
> By "actual user", do you mean a user on the server
>
or
>
> client machine?
>
The server.
>
>
> Currently it is set for read/write access for the
>
> server user and read only access for the
>
> svnusers group (the svnusers group
>
Make it 600, most SSH daemons don't like it if the
>
key - or the .ssh
>
directory - is readable by others and it certainly
>
isn't needed to get
>
your setup working. Actually only the dir being 700
>
should be enough.
>
>
> are for testing.....I assume I
>
> don't need to "ssh into" the server via terminal
>
prior
>
> to starting an XCode+subversion session.
>
No, you won't have to, but by making SSH just works
>
with public key auth
>
and lets you in without any prompt will make the
>
next step - getting svn
>
to work - easier. You need to crawl before you can
>
walk! :)
>
>
Cheers,
>
Bas.
>
>
>
>
Send instant messages to your online friends
http://au.messenger.yahoo.com
_______________________________________________
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