[ https://issues.apache.org/jira/browse/SVN-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17578357#comment-17578357 ]
Julian Foad commented on SVN-4905: ---------------------------------- Two similar previous issues: * SVN-3288 ("resolved" but notes "I think we should ... detect Windows invalid paths...") * SVN-4908 > Trailing spaces on directories cause exports to fail on Windows > --------------------------------------------------------------- > > Key: SVN-4905 > URL: https://issues.apache.org/jira/browse/SVN-4905 > Project: Subversion > Issue Type: Bug > Reporter: Julian Foad > Priority: Major > > _(This is a tentative bug report:_ _I do not have complete reproduction info_ > _and cannot verify it. It was reported to me via WANdisco (their ref: > SVNB-2446) from a customer who is not pursuing it further.)_ > A user checked in some directory trees created by some tooling (unspecified). > When they try to export the tree they got a failure from Windows: > {code:none} > Error : “Can’t create directory”. ”The system cannot find the path specified”. > {code} > This happens when the repository path directories have trailing space(s) in > them. For instance: > {code:none} > "a/b /c /d" > {code} > The export will create "a" and "a/b " but then will fail to create the "c " > directory. -- This message was sent by Atlassian Jira (v8.20.10#820010)