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

Re: [Subclipse-users] Plink + Peagant (svn+ssh) does not work!

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 3 Jul 2008 11:00:35 -0400

On Thu, Jul 3, 2008 at 10:37 AM, Norman Rother <n.rother_at_technisat.de> wrote:
> What I have done is very simple.
>
> I install the Subversive Plugin and the necessary JavaHL connectors!
> I expicitly tried both versions - JavaHL 1.4 and JavaHL 1.5.
>
> I am also not your opinion that the Plugin is not involved. It parses the
> URL and interfaces somehow (obviously differently than Subversive) to the
> JavaHL connector.
>
> It would be the easiest way if a Subclipse developer simply reproduces the
> behaviour. I am sure the problem can be easily found.

Here is an example of the API we run to let you browse the repository:

    /**
     * Lists the directory entries of an url on the server.
     * @param url the url to list
     * @param revision the revision to list
     * @param recurse recurse into subdirectories
     * @return Array of DirEntry objects.
     */
    DirEntry[] list(String url, Revision revision, boolean recurse)
            throws ClientException;

We call this same API whether the URL is file://, https:// svn+ssh:// etc..

SSH via Subclipse works for me from OSX.

Is there anyone on list successfully using svn+ssh:// with Subclipse
1.4? Anyone on Windows?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-03 17:01:15 CEST

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.