Re: The name of GitHub repository
Posted: Mon Jun 30, 2014 9:55 am
The VCS strategy with binaries is also worthwhile in BlackBox case. SVN can blow up repository, Git can do this with much less probability. It works very fine with binaries. We can vote, what to load into the repository. I am sure, that we need to load full BlackBox there, because there are no well side compiler to compile this sources and ~34 mb is not big problem for modern PC.Josef Templ wrote:In general, a VCS (version control system) is intended to be used for maintaining the sources of a project,
not the downloadable executable or zip file. In the case of BlackBox this includes the module sources,
the resources and the documentation files. The object files, symbol files, and and exe file
are not to be kept under version control. This would blow up the repository and introduce a lot
of changed files whenever you recompile.
The regular download page exists and should evolved soon: http://blackboxframework.org/Josef Templ wrote:A download page must be maintained (in addition to the Git repository) as it has been done before
by ominc or CPC. The download page should also have a history of older downloads and
a description of changes for every new version. This is what the regular user of BlackBox sees.