You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Julian Foad (Jira)" <ji...@apache.org> on 2022/08/11 09:34:00 UTC

[jira] [Created] (SVN-4903) Trailing spaces on directories cause exports to fail on Windows

Julian Foad created SVN-4903:
--------------------------------

             Summary: Trailing spaces on directories cause exports to fail on Windows
                 Key: SVN-4903
                 URL: https://issues.apache.org/jira/browse/SVN-4903
             Project: Subversion
          Issue Type: Bug
            Reporter: Julian Foad


_(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)