Hi, I am attaching a patch to fix issue #3651, just to check whether this is what stsp intended to say via http://subversion.tigris.org/issues/show_bug.cgi?id=3651#desc2
Thank You. -- Senthil Kumaran S http://www.stylesen.org/
[[[ Fix issue #3651. * subversion/svn/copy-cmd.c (svn_cl__copy): Eat peg revisions in copy target paths. ]]] Index: subversion/svn/copy-cmd.c =================================================================== --- subversion/svn/copy-cmd.c (revision 952908) +++ subversion/svn/copy-cmd.c (working copy) @@ -77,6 +77,8 @@ APR_ARRAY_PUSH(sources, svn_client_copy_source_t *) = source; } + SVN_ERR(svn_opt_eat_peg_revisions(&targets, targets, pool)); + /* Figure out which type of trace editor to use. If the src_paths are not homogeneous, setup_copy will return an error. */ src_path = APR_ARRAY_IDX(targets, 0, const char *);