Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11202 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

git submodule init should occur on sync

Reported by: halorgium Assigned to: minam
Priority: normal Milestone: 2.x
Component: Capistrano Version: edge
Severity: normal Keywords: capistrano scm git
Cc:

Description

I have found that subsequent deployments which add new submodules do not function as they are not initialized.

I have fixed this by running 'git submodule init' in the sync method. This registers the submodules and causes the code to be pulled.

Attachments

git_submodule_init.diff (508 bytes) - added by halorgium on 02/23/08 08:58:26.

Change History

02/23/08 08:58:26 changed by halorgium

  • attachment git_submodule_init.diff added.

02/24/08 06:15:43 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [8928]) Fix git submodule support to init on sync (closes #11202)