That being said, I understand that there is one major problem with my approach

which would prevent frequently updated, big repos from being posted this way: bandwidth.

One would need to reupload the entire repo for the tiniest of changes.

Works for small / infrequently updated projects ( that's mostly what I work with ).

Fails spectacularly for big ones.

I'll take a look at your approach early next week if you'd like some feedback. I'll be a bit busy during the weekend.

Have fun coding.

Reply to this note

Please Login to reply.

Discussion

Actually I just realized the bandwidth issue isn't that bad...

The repo could just mark certain patches as ACCEPTED, and it would be enough to write them periodically to the repo data.

Like every day or every week. No need to reupload everything for each patch.