[PATCH] Issue #2188 - [API] svn_client_copy/move should error out if target exists
From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-05-13 16:45:26 CEST
Introduced a parameter 'dir_override' in the new API calls
Thanks
Changelog:
Fix issue #2188. Make API change to make directory creation optional
* subversion/include/svn_client.h
(svn_client_copy2) : New. Added function prototype and doc string.
(svn_client_move3) : New. Added function prototype and doc string.
(svn_client_move2) : Marked the function as deprecated.
* subversion/libsvn_client/copy.c
(svn_client_copy2) : New Function. Same as 'svn_client_copy()',
(svn_client_move, svn_client_move2) : Modified to call
(svn_client_move3) : New Function. Same as 'svn_client_move2()',
(wc_to_wc_copy, wc_to_repos_copy, repos_to_repos_copy,
(setup_copy) : Added an extra 'dir_override' parameter.
---------------------------------------------------------------------
|
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.