Patch |
r872883 |
r872883 | hwright | 2008-08-29 14:42:54 +0000 (Fri, 29 Aug 2008) Use SVN_ERR() instead of manually catching and returning an error. This prevents two kinds of badness: an error leak and a segfault. Patch by: alan.wood@clear.net.nz me * subversion/libsvn_client/copy.c (repos_to_wc_copy_single): Use SVN_ERR() to catch the error returned from svn_wc_add_repos_file2().