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

[PATCH] Replace svn_path_join() in libsvn_client/repos_diff.c

From: Daniel Näslund <daniel_at_longitudo.com>
Date: Fri, 6 Nov 2009 22:18:52 +0100

[[[
Replace svn_path_join() since there is conflicting definitions on what a
path really is.

* subversion/libsvn_client/repos_diff.c
  (make_dir_baton,
   make_file_baton,
   delete_entry): Replace svn_path_join() with svn_dirent_join(). An
    eb->target is base in each call. It is a wc dir.

Patch by: Daniel Näslund <daniel_at_longitudo.com>
]]]
   
The diff editor in repos_diff.c is used for comparing two repository
versions but all paths for this patch is wc paths.

/Daniel

Received on 2009-11-06 22:19:12 CET

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.