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

[PATCH] Fix assertion failure with root relative url

From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: Wed, 30 Apr 2008 22:25:29 -0500

Per Blair's request I have split up my earlier repository root relative url
fixes. This is the first part.

[[[
Fix an assertion failure when a user inputs a non-canonical repository root
relative url.

* subversion/libsvn_client/cmdline.c
  (resolve_repos_relative_url): Avoid an assertion failure in svn_path_join() by
   replacing it with apr_pstrcat() so that there is not a requirement that the
   input arguments be canonical. Also updated the doc string to reflect this.

* subversion/tests/cmdline/basic_tests.py
  (basic_relative_url_non_canonical): New test function.
  (test_list): Call the new test function.
]]]

-- 
Beware of spyware. If you can, use the Firefox browser. - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)


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

Received on 2008-05-01 05:25:45 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.