[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 svn/diff-cmd.c

From: Daniel Näslund <daniel_at_longitudo.com>
Date: Wed, 11 Nov 2009 21:47:16 +0100

[[[
Replace deprecated svn_path_join().

* subversion/svn/cl.h
  (svn_cl__path_join): New.

* subversion/svn/util.c
  (svn_cl__path_join): Wrap svn_path_join().

* subversion/svn/diff-cmd.c
  (svn_cl__diff): Replace svn_path_join() with svn_cl__path_join() since
    the resulting path is allowed to be both uri and dirent.
  (summarize_xml, summarize_regular): Replace svn_path_join() with
    svn_uri_join(). Summarized diffs can only be performed between
    repos.

Patch by: Daniel Näslund <daniel{_AT_}longitudo.com>
Suggested by: julianf
]]]

svn_cl__path_join() is there to gather the cases that could not be
resolved.

/Daniel

Received on 2009-11-11 21:47:31 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.