From: Jason M. <ko...@gm...> - 2008-08-23 20:15:54
|
Henri Häkkinen wrote: > Should we adopt the GNU convention of ChangeLog files? Should we keep > ChangeLogs per subproject or one ChangeLog for the whole SDK or > perhaps both? And where would the per subproject ChangeLogs go? > > I think a good idea is to keep per subproject ChangeLogs. And we > should make a doc/ directory under the main GLSDK/ dir for subproject > specific files. GLM ChangeLog would therefore go to > GLSDK/doc/glm/ChangeLog. > > What do you think? > > BTW, I have adopted a convention to put subproject test suites into > test/ directory. You can find the sources for GLM test suite at > GLSDK/test/glm. Actually, at work we have certain conventions in terms of what commit messages we use. So, if you're working on animation code, you use "CODE_ANIM", if you're checking in animation work, you use "ANIM", and so forth. If we simply define a set of conventions that we consistently use, we should be able to build a change log for a sub-project directly from the SVN commit messages. |