Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-17229

SVN: fails to add files with eta (@) sign within file name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 4.2.0-rc1
    • Qt Creator 4.1.0
    • None
    • Debian 8 amd64
      Qt 5.7.0 and QtCreator 4.1.0 from online installer
      subversion 1.8.10-6+deb8u4

    Description

      If I click Tools -> Subversion -> Add on some file named logout@2x.png I get error:

      13:42 Executing in /home/myusername/code/cpp: /usr/bin/svn add --username mysvnusername --password ******** --parents branches/mobileapp/MyApp/res/img/x24/logout@2x.png
      svn: E200009: 'branches/mobileapp/MyApp/res/img/x24/logout@2x.png': a peg revision is not allowed here
      The command "/usr/bin/svn" terminated with exit code 1.
      

      Looks like @ must be escaped properly like this:

      svn add logout@2x.png@
      

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-17229
        # Subject Branch Project Status CR V

        Activity

          People

            hunger Tobias Hunger
            talkless Vincas Dargis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes