Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-1622

'svn import' not URI-decoding created intermediate directories.

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • all
    • 0.35
    • libsvn_client
    • None

    Description

      Recipe:
      
      #!/bin/sh
      rm -rf repos "a b"
      svnadmin create repos
      mkdir "a b" 
      svn import -m "1" "a b" "file://`pwd`/repos/a%20b" > /dev/null
      echo "If you see 'a b' in this list, things are good.  If you see 'a%20b',"
      echo "however, things are bad."
      svn ls file://`pwd`/repos -v
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            cmpilato C. Michael Pilato
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment