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

Adding svn_dirent to the Windows build (was: Re: svn commit: r33396 - trunk/subversion/tests/libsvn_subr)

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 5 Oct 2008 19:33:39 +0300 (Jerusalem Daylight Time)

Daniel Shahaf wrote on Thu, 2 Oct 2008 at 20:28 +0300:
> But more importantly, r33211 also made copy_tests 74 pass on Windows.
> (The test is XFail on trunk, but passes on the branch. My fault for not
> making this clearer at the time I committed the fix.) I think the
> proper fix now is just:
>
> Index: subversion/libsvn_wc/copy.c
> ===================================================================
> --- subversion/libsvn_wc/copy.c (revision 33373)
> +++ subversion/libsvn_wc/copy.c (working copy)
> @@ -334,8 +334,8 @@ get_copyfrom_url_rev_via_parent(const char *src_pa
>
> /* Don't look for parent_path in src_access if it can't be
> there... */
> - if (svn_path_is_ancestor(svn_wc_adm_access_path(src_access),
> - parent_path))
> + if (svn_dirent_is_ancestor(svn_wc_adm_access_path(src_access),
> + parent_path))
> {
> SVN_ERR(svn_wc_adm_retrieve(&parent_access, src_access,
> parent_path, pool));

With the above patch, the libsvn_wc dll fails to link, even after I add
the missing '#include "svn_dirent_uri.h"' and add svn_dirent_uri.h to
build.conf. How do I fix this?

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-05 18:34:04 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.