On Mon, Mar 31, 2008 at 11:38 AM, Jens Seidel <jensseidel_at_users.sf.net> wrote:
> once I try to checkout a project or browse the repository I get the
> error message "Folder '' does not exist remotely.". In the Eclipse
> console I see "svn: Malformed network data". The URL is a
> svn+ssh://jens@<IP> address and works well via command line.
> $ svn list svn+ssh://jens@<IP>
> shows me properly the content of my repository.
>
> It worked also in the past but recently I was unable to commit a
> patch from the commandline (got a infinite delay) and could solve this
> by upgrading Subversion on the server to the soon to be released version
> 1.5.0. I also recently moved my dir/trunk/ directory and created a
> new dir/trunk/ (should not matter but some tools handle trunk differently).
>
> You could argue that svnserve v1.5.0 is too unstable (which I do not
> believe) but why does it work from the commandline? What commands does
> Subclipse tries to start?
>
> I use SVNKit and Subclipse 1.2.4 on Linux, Eclipse 3.3.2.
>
> Any idea?
If you want to guarantee compatibility you need to use JavaHL. Since
SVNKit is reverse-engineered there is always the possibility of
incompatibilities when new releases come out. You should contact then
at svnkit.com to see if they are aware of any problems.
--
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-03-31 18:11:38 CEST