[
https://issues.apache.org/jira/browse/SVN-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709906#comment-17709906
]
Daniel Sahlberg commented on SVN-4913:
--------------------------------------
With the attached patch:
$ svn move $REPOURL $REPOURL/SUBDIR -m 'mv root'
svn: E200007: Cannot copy path '$REPOURL' into its own child '$REPOURL/SUBDIR'
$ svn move $REPOURL/A2 $REPOURL/A/SUBDIR -m 'mv dir'
svn: E200007: Cannot copy path '$REPOURL/A' into its own child
'$REPOURL/A/SUBDIR'
Ie, both cases return the same error (although the subdir move has a new error
message).
> Assert on svn move [URL] [URL]/subdir
> -------------------------------------
>
> Key: SVN-4913
> URL: https://issues.apache.org/jira/browse/SVN-4913
> Project: Subversion
> Issue Type: Task
> Affects Versions: 1.14.0
> Reporter: Daniel Sahlberg
> Assignee: Daniel Sahlberg
> Priority: Minor
> Attachments: move_to_subdir.patch
>
>
> As reported on dev@:
> [https://lists.apache.org/thread/s4byt3p2tot453smhhdlh0fhygy2bhb9]
> The SVN client crashes when I run the following command:
> {{$ svn move [https://svn1.mydomain.com/svn/MyRepo]/
> [https://svn1.mydomain.com/svn/MyRepo/trunk] -m "Test Commit"}}
> {{{}svn: E235000: In file '..\..\..\subversion\libsvn_client\copy.c' line
> 1187: assertion failed (! svn_path_is_empty(path)){}}}{{{{}}{}}}
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)