Nikita Slyusarev wrote on Sat, Jul 14, 2018 at 13:19:54 +0300: > Hello. This patch fixes svn copy behaviour. Let's discuss. > What are my next steps here? Can I help somehow with patch acceptance?
The submission includes a log message and an explanation of the problem. In that regard it is complete and ready for review. That will hopefully happen on Monday. Should you not get a response, do prod us again. It would help to add a regression test to subversion/tests/cmdline/ or subversion/tests/libsvn_client/. Cheers, Daniel > 12.07.2018, 01:19, "Nikita Slyusarev" <ns...@yandex-team.com>: > > [[[ > > Correctly handle existing parent directories when performing repos-to-wc > > copy. > > > > * subversion/libsvn_client/copy.c > > (repos_to_wc_copy): If add_parents flag is set and destination parent > > directory exists, but is unversioned, put it under version control. > > Wc-to-wc > > copy behaves this way, and so should repos-to-wc copy do. > > ]]]