[PATCH] svn_path_canonicalize
From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2001-09-19 05:48:44 CEST
this patch makes svn_path_canonicalize remove redundant dirseps as
* path.c (condense_path): add new helper function.
* path.c (svn_path_canonicalize): use condense_path to remove
* path.c (svn_url_canonicalize): new function to handle cases where
* path.c (add_component_internal): remove trailing dirseps ourselves
* path.c (svn_path_remove_component): ditto.
* path.c (svn_path_split): ditto.
* svn_path.h: add prototype for svn_url_canonicalize
* checkout-cmd.c (svn_cl__checkout): use svn_url_canonicalize instead
* checkout.c (svn_client_checkout): ditto.
* entries.c (svn_wc__compose_paths): ditto.
-- garrett rooney Unix was not designed to stop you from rooneg@electricjellyfish.net doing stupid things, because that would http://electricjellyfish.net/ stop you from doing clever things.
---------------------------------------------------------------------
|
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.