composer / composer/satis

Adding vcs subversion support for target-branches, target-tags with multiple endpoints.

Open
#312 10 comments 0 reactions 0 assignees View on GitHub
feature support
Dominant language
PHP
Stars
3.3k
Forks
530
Avg merge
6h 53m
Merged PRs (30d)
13

Description

We currently have a situation where a repository exists in the following structure:

```
src/
branches/
development/
releases/
tags/
development/
releases/
trunk/
```

From my understanding the `target-branches` can only support a string to either `branches/development`or `branches/releases`, would it be feasible to add an array check on the target-branches configurations. For example:

```
{
...
"target-branches": ["branches/releases","branches/development"],
...
}
```

Or is it possible to get all repository (containing a composer.json) end points recursively from just providing `"taget-branches":"branches"` ?

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.