View Single Post
Old 11-22-2015, 08:44 PM   #11
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

How would such a repository be maintained?

Scenario 1: Every script author who ask for it gets write access so they can push their scripts and update them.
That's a little dangerous as there would be no protections on who can edit what (git history can be rewritten...).

Scenario 2: Only a few trusted people gets write access. Everyone else has to send their script as a pull request and wait for a contributor to review and merge it (a bit like homebrew).

Scenario 3: A stash-like system with versioning, script categories, ratings, comments... Every ReaScript author on the planet has immediate write access to their own scripts (like rubygems does it).

Scenario 4: ?

Last edited by cfillion; 11-22-2015 at 09:11 PM.
cfillion is offline   Reply With Quote