[jira] [Commented] (SVN-4913) Assert on svn move [URL] [URL]/subdir
"Daniel Sahlberg (Jira)" <[email protected]> Sat, 8 Apr 2023 18:24:00 +0000 (UTC)
| Newsgroups | gmane.comp.version-control.subversion.issues |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/SVN-4913?page=3Dcom.atlassian.j=
ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D177099=
05#comment-17709905 ]=20
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: asser=
tion 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/s4byt3p2tot453smhhd=
lh0fhygy2bhb9]
> The SVN client crashes when I run the following command:
> {{$ svn move [https://svn1.mydomain.com/svn/MyRepo]/ [https://svn1.mydoma=
in.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)){}}}{{{{}}{}}}
> =C2=A0
> =C2=A0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)