FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Overlapping path check too strict · Issue #684 · dfetch-org/dfetch · GitHub

Overlapping path check too strict #684

Description

Given this manifest:

 remotes:
  - name: git-mycompany
    url-base: git@git.mycompany.eu:mycompany/

  projects:
  - name: JsonParse
    dst: modules/JsonParse
    repo-path: modules/string
    src: Core/JsonParse

  - name: Json
    dst: modules/Json
    repo-path: modules/string
    src: Core/Json

The console shows:

Dfetch (0.9.1)
Multiple manifests found, using dfetch.yaml
  JsonParse           : Fetched feature/single-jsmn - b6bb2b9b23411271e246c7979d4c5879e334b333
  Json                : Skipping due to overlapping destination: "modules/Json"
There is already a project in "modules/Json" or one of its subfolders!
Each destination must be unique and not overlapping.

This is wrong, it should not look at overlapping names

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL