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

Externals: during propset/propedit, warn about duplicate targets within the same svn:externals prop

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • unscheduled
    • libsvn_client
    • None

    Description

      When setting or modifying the svn:externals property it is possible to specify
      multiple entries for the same path.
      
      Example:
      
      svn propget svn:externals trunk
      
      https://svn-server:8080/svn/multi/extfolder1 barf
      https://svn-server:8080/svn/multi/extfolder2 barf
      https://svn-server:8080/svn/multi/extfolder1 barf
      https://svn-server:8080/svn/multi/extfolder2 barf
      
      Only one entry per path should be allowed.
      
      Suggestion: Implement a commit check which issues a warning if multiple entries
      are found.
      

      Original issue reported by wklust

      Attachments

        Issue Links

          Activity

            People

              subversion-importer Subversion Importer
              subversion-importer Subversion Importer
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: