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

[PATCH] assertion failure: 'svn subcommand uri://'

From: Toby Peterson <toby_at_apple.com>
Date: Fri, 15 Aug 2008 19:38:27 -0700

Easily reproducible:

svn log http://
svn ls svn+ssh://
svn pl blah://

It's a fairly obscure edge case, but zsh's completion appears to try
to run 'svn list svn+ssh://' in some cases.

[[[
Fix an assertion failure when running 'svn subcommand uri://'.

* subversion/libsvn_subr/path.c
   (svn_path_is_uri_safe): Invalidate path if it consists of a URI
scheme only.
]]]

- Toby

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-08-16 04:38:36 CEST

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.