Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-7445

Git doesn't clean and update submodules correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • git-plugin
    • None
    • Windows XP

      I've got projects with nested submodules.
      submodules aren't updated when they are in a submodule.

      I would like to see something like

      ECHO Git Update %DATE% %TIME%
      git submodule foreach git submodule update --init

      Also submodules and nested submodules aren't cleaned after checkout
      so now i have to put stuff like

      ECHO clean framework %DATE% %TIME%
      cd Ultimo.Base\ultimo\framework
      git clean -fdx

      ECHO clean ultimo.base %DATE% %TIME%
      cd Ultimo.Base
      git clean -fdx

            Unassigned Unassigned
            anonymousultimo anonymousultimo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: