Hi Daniel and Nathan
Thanks for your replies.
The client is svn 1.13.0
The server is 1.14.0
Protocol is http
Before the rename I see:
$ ls
'Traffic Steering' drafts
The svn mv yields:
$ svn mv Traffic%20Steering RIC_Initial_Use_Case_Analysis
svn: E155010: Path '/home//SVNProj/mnd-ric/Feas
Nathan Hartman wrote on Thu, Jul 15, 2021 at 16:52:18 -0400:
> Also, you might try using %20 in place of spaces and see if that makes
> a difference. Perhaps by mistake one of those spaces is a different
> codepoint, so looks like a regular space, but isn't.
Good idea, but there's no reason to try
David Aldrich wrote on Thu, Jul 15, 2021 at 17:18:47 +0100:
> Another team member had attempted the rename earlier today but it failed
> with a permissions error.
That's probably unrelated, but still, please quote the error message.
> Could there be some incomplete transaction lurking in the data
David Aldrich wrote on Thu, Jul 15, 2021 at 15:54:00 +0100:
> I'm trying to rename a directory and I get this error on commit:
>
> Adding TML/RIC_Initial_Use_Case_Analysis
> svn: E155011: Commit failed (details follow):
> svn: E155011: Directory '//Feasibility Studies/Use Case
> Analysis/T
Attila wrote on Tue, Jul 13, 2021 at 23:48:48 +0200:
> Hi
>
> I have a problem getting the svn log in a branch after sync-merging a commit
> from trunk.
> This commit in trunk is a merge of an old and complex branch with many
> commits.
>
> The client accessing the repository over svn:// url.
>