What is the best way to make versioned files available for download
Posted
by Saif Bechan
on Stack Overflow
See other posts from Stack Overflow
or by Saif Bechan
Published on 2010-05-18T07:02:56Z
Indexed on
2010/05/18
7:11 UTC
Read the original article
Hit count: 198
version-control
I have a small PHP framework which I want to make available for download. It is located in a git repository. But the last version is not always the one that I want to make available for download. Is there some place I can make the versions available for download.
Another thing about this framework is that I bring out additional components for the framework. These also have different versions.
Is there somewhere where I can add the whole project, and people can browse trough everything and download what they need.
Or should I make this myself?
© Stack Overflow or respective owner