You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Nikita Slyusarev <ns...@yandex-team.com> on 2018/07/11 00:06:28 UTC

Bug: svn copy --parents

Hi, all. I've recently discovered a bug in svn client code: copy operation fails with "svn: E155010: Directory 'dst_parent' is not under version control" under the following conditions:
* it is repos-to-wc copy
* dst parent directory exists, but unversioned
* --parents flag is passed (make_parents=true)

I've prepared a patch for this bug and I'm ready to both create a corresponding issue in the issue tracker and contribute the patch, but issue creation form warned me to discuss the issue first on the mailing list. What are my further actions?

-- 
Nikita Slyusarev

Re: Bug: svn copy --parents

Posted by Philip Martin <ph...@codematters.co.uk>.
Nikita Slyusarev <ns...@yandex-team.com> writes:

> I've prepared a patch for this bug and I'm ready to both create a
> corresponding issue in the issue tracker and contribute the patch, but
> issue creation form warned me to discuss the issue first on the
> mailing list. What are my further actions?

If you have a patch then submit it to dev@s.a.o.

https://subversion.apache.org/docs/community-guide/general.html#patches

-- 
Philip