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

PATCH: maybe fix something?

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-03-09 13:55:10 CET

Should this patch fix something? It makes no difference to the regression tests. I find it hard to believe that the original was right, though.

It is in this file's "delta_dirs" function.

Index: subversion/libsvn_repos/reporter.c
===================================================================
--- subversion/libsvn_repos/reporter.c (revision 8948)
+++ subversion/libsvn_repos/reporter.c (working copy)
@@ -737,7 +737,7 @@
       t_entry = apr_hash_get (t_entries, name, APR_HASH_KEY_STRING);
       s_fullpath = s_path ? svn_path_join (s_path, name, subpool) : NULL;
       s_entry = s_entries ?
- apr_hash_get (t_entries, name, APR_HASH_KEY_STRING) : NULL;
+ apr_hash_get (s_entries, name, APR_HASH_KEY_STRING) : NULL;

       SVN_ERR (update_entry (b, s_rev, s_fullpath, s_entry, t_fullpath,
                              t_entry, dir_baton, e_fullpath, info,

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 9 13:54:23 2004

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.