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

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

From: Jens Seidel <jensseidel_at_users.sf.net>
Date: Fri, 7 Nov 2008 09:46:43 +0100

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?

Jens

---------------------------------------------------------------------
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 09:47:59 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.