On 27.07.2015 09:21, Branko Čibej wrote:
On 27.07.2015 09:17, Marc Strapetz wrote:
One of our 1.9 (early-access) users is reporting problems when
performing remote commands, for example a copy URL->URL:
org.apache.subversion.javahl.ClientException: Stream doesn't support
this capability
Bad file descriptor
svn: Polling for available data on filestream failed: Bad file descriptor
at org.apache.subversion.javahl.SVNClient.copy(Native Method)
at ...
He hasn't encountered such problems with 1.8 versions.
AFAIU, he is connecting using SSH. Is this an SSH-related problem?
Could it be related to the underlying SSH client?
Which platform is this?
It's Windows 8.1.
> Can the user reproduce this problem with the
command-line svn on the same machine?
I'm going to ask him and would point him to the binaries we are building
unless this could be a problem of the build process -- in this case,
which binaries do you recommend on Windows?
-Marc