[
https://issues.apache.org/jira/browse/SVN-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709905#comment-17709905
]
Daniel Sahlberg commented on SVN-4913:
--------------------------------------
Current behaviour:
$ svn move $REPOURL $REPOURL/SUBDIR -m 'mv root'
svn: E235000: In file '../subversion/libsvn_client/copy.c' line 1187: assertion
failed (! svn_path_is_empty(path))
Aborted
$ svn move $REPOURL/A $REPOURL/A/SUBDIR -m 'mv dir'
svn: E160016: Path 'A' not present
Thus, moving a directory to its child does not work in either case.
> 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
>
> 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)