You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2009/10/08 16:22:46 UTC

Re: svn commit: r39877 - trunk/subversion/libsvn_client

On Oct 8, 2009, at 9:13 AM, Bert Huijben wrote:

> Author: rhuijben
> Date: Thu Oct  8 09:13:05 2009
> New Revision: 39877
>
>
> @@ -676,6 +677,7 @@ resolve_relative_external_url(svn_wc_ext
>       const char *scheme;
>
>       SVN_ERR(uri_scheme(&scheme, repos_root_url, pool));
> +      SVN_DBG(("Scheme=%s, root=%s, url=%s\n", scheme,  
> repos_root_url, url));

Extra SVN_DBG here.

Blair

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405154