svn_wc_diff_callbacks4_t and abspaths
From: Daniel Shahaf <danielsh_at_elego.de>
Date: Sat, 26 Mar 2011 03:54:16 +0200
From doc string of svn_wc_diff_callbacks4_t:
"Note that @a path is a relative path, not just the basename of the path."
From merge_file_added() (which implements svn_wc_diff_callbacks4_t.file_added):
SVN_ERR_ASSERT(svn_dirent_is_absolute(mine_abspath));
Given that MINE_ABSPATH is the parameter called PATH in the doc string,
|
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.