[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] Subclipse setup issue?

From: Joshua Taylor <oldman.taylor_at_gmail.com>
Date: Wed, 20 Jan 2010 15:00:33 -0800

I have recently setup a subversion repository on my home FreeBSD box that
allows external access via ssh tunneling. Instead of adding individual user
accounts for each user, I have created a single svn user and supply the
respective private rsa keys in .ssh/authorized_keys file. The command I use
is as follows:

// From svn user .ssh/authorized_keys file
command="svnserve -t --root=/home/svn/repositories/blah --tunnel-user=<user
name here>",
no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty ssh-rsa <key
goes here>

I have tested access for each of the users on my laptop via TortoiseSVN as
well as from FlexBuilder 3 with subclipse. I have not experienced any
problems with the current setup. However, I have distributed one of the
private keys to a friend of mine who needs to access the repository. He is
able to access the repository with putty/TortoiseSVN (same setup as mine, I
walked him through it). However, after we installed FlexBuilder3 and
installed subclipse, he attempted to import a project from the repository.
Unfortunately, he has been unable to successfully do this as he continually
receives the following errors:

org.tigris.subversion.javahl.ClientException: The system cannot find the
file specified.
svn: Commit failed (details follow):
svn: Can't create tunnel: The system cannot find the file specified.

We have copied the url from the TortoiseSVN repobrowser
(svn+ssh://svn@svn/trunk/project);
however, we continually hit the same problem over and over again. Since he
is able to view the repository from TortoiseSVN, and with the same setup, I
am able to view it from Subclipse... I'm beginning to believe we have missed
a step while setting up Subclipse on his machine. Any insight on what might
be the issue behind this would be greatly appreciated! Thanks for your time.

Sincerely,

Josh

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2440809

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-01-21 00:01:23 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.