Rob

Results 271 comments of Rob

Branches are supported. Can you share what error you are receiving, if any at all?

@marcosalberto did you re-run the satis build process each time you updated the package that is in development?

It is gathering dust. To be fair, it is mostly a novelty feature, which does require some significant development time. So the trade-off is not really worth it. If anyone...

Good question. Who feels like addressing this? Anyone volunteering some free time?

This is simply how Satis currently works. The update process is not an atomic transaction. Short term work-around would be to dump the output into a new directory rather than...

Honestly, there are zero plans for satis. Most, if not all the work done currently, is contributed by volunteers. The application is considered "done" by the @composer team. It works,...

The thing is, there are still quite some issues open that are marked as `bug`. Though how relevant they still are and whether or not they should hold back a...

Shouldn't it be `branches-path`? Or are the docs horribly outdated? https://getcomposer.org/doc/05-repositories.md#subversion-options

This seems to be the code that retrieves all branches from that path: https://github.com/composer/composer/blob/15face5432d7b7334db6ac69fac0190971cafa6e/src/Composer/Repository/Vcs/SvnDriver.php#L230-L246 Perhaps you could specify the repository twice, and have a different `branches-path` for each instance? This...

I understand that. I simply don't know what `svn ls` returns. I don't know how svn treats branches or determines them. So I'm not really in a position to provide...