Discussion:
Bug: svn copy --parents
Nikita Slyusarev
2018-07-11 00:06:28 UTC
Permalink
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
Philip Martin
2018-07-11 10:38:56 UTC
Permalink
Post by Nikita Slyusarev
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 ***@s.a.o.

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