google / google/copybara

Submodules appear as regular directories

Open
#269 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
3.8k
Forks
345
PR merge metrics
No merged PRs in 30d

Description

```
core.workflow(
name = "default",
origin = git.origin(
...
submodules = "RECURSIVE",
...
),
destination = git.destination(
...
),

destination_files = glob(["**"]),
origin_files = glob(["**"]),

authoring = authoring.pass_thru("Email"),
)
```
I have a module having various submodules in it. I am using copybara to copybara non IP code to the public repository. However, when I run the tool, my submodule gets copied as a normal directory rather than getting copied as submodule.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.