multiple module checkouts for subversion

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • Component/s: core
    • Environment:
      Platform: All, OS: All

      Up until now hudson determines the directories of the modules it by selecting
      the last path component of the subversion URL:
      http://<svn>/<path>/module1 into directory module1
      http://<svn>/<path>/module2 into directory module2

      But if the paths end up with the same directory this will cause problems as
      hudson will checkout multiple projects into the same directory
      e.g:
      http://<svn>/<path>/module1/trunk into directory trunk
      http://<svn>/<path>/module2/trnuk into directory trunk <- conflict.

      It should be possible to define for each repository location a custom target
      directory ot avoid conflicts.

            Assignee:
            Unassigned
            Reporter:
            crashedworld
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: