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

Re: Another problem with svn+ssh://svn@IP

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 07 Nov 2008 09:58:30 +0000

On Fri, 2008-11-07 at 09:46 +0100, Jens Seidel wrote:
> Hi,
>
> the problem of the trunk version with URLs like svn+ssh://svn@IP is already
> known (I reported it recently). Now I noticed a similar problem also with
> version 1.5.5:
>
> $ svn log svn+ssh://svn@10.0.1.1
> subversion/svn/main.c:2028: (apr_err=205000)
> svn: Try 'svn help' for more info
> subversion/libsvn_subr/opt.c:863: (apr_err=205000)
> svn: Syntax error parsing revision '10.0.1.1'
>
> One has to append a @ to make it work:
> $ svn log svn+ssh://svn@10.0.1.1@
>
> OK, we know about this. Now let's change a log message:
>
> $ svn --revprop propedit svn:log -r 1617 svn+ssh://svn@10.0.1.1@
> ssh: : Name or service not known
> subversion/libsvn_ra_svn/streams.c:79: (apr_err=210002)
> svn: Connection closed unexpectedly
>
> It works without @:
> $ svn --revprop propedit svn:log -r 1617 svn+ssh://svn@10.0.1.1
>
> It's inconsistent and there could be even other problems. Maybe some tests
> for it should be added?

Yes, please! :-)

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-07 10:58:49 CET

This is an archived mail posted to the Subversion Dev mailing list.

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