-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Log: Resolve a deprecation warning using the new dirent/URI/path functions. * subversion/svn/checkout-cmd.c (svn_cl__checkout): Use `svn_dirent_join()'. Patch by: Kannan R <kann...@collab.net> - -- Thanks & Regards, Kannan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEVAwUBSxPmgXlTqcY7ytmIAQIl7wf/Ykxw+lxtWRwELwxq+aQgJGKSxZ++ki4b BI4ViFjNZEzP0pn7gBH4hff5tvmsq6CJFklcCrmhR0TV2UqECPkuxl2KtImA1AF4 jrdJjX4xqSdLxoI1eGJR42tzk6olRCFr8VHMFmLt7yZPjGUfqfW1kybTh6VWeJX7 f+sim3n+WSs3sEApcPsPqbnTslx1+Zov9VrY8ctGkIlqKIMjmFZdQYDsXQfOdAKD OHDFByFWCy9ZKUE/J1AAee2FzEJEQIvfMEyg/DfB6uog3xqXQRhIAUcDbZuayKIL On1ZMjX9VHMDn7dTXZ8cUiCI8fz1RSV3z6YBN1fuyTjfuus5E1NvqA== =uMrb -----END PGP SIGNATURE-----
Index: subversion/svn/checkout-cmd.c =================================================================== --- subversion/svn/checkout-cmd.c (revision 885339) +++ subversion/svn/checkout-cmd.c (working copy) @@ -150,7 +150,7 @@ { target_dir = svn_uri_basename(true_url, subpool); target_dir = svn_path_uri_decode(target_dir, subpool); - target_dir = svn_path_join(local_dir, target_dir, subpool); + target_dir = svn_dirent_join(local_dir, target_dir, subpool); } /* Checkout doesn't accept an unspecified revision, so default to