Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
What does the SVN log prefix means?
(1/1)
ollydbg:
When I view the SVN Log Message, I always find some prefix, such as
--- Code: ---* cc plugin: fixed bug with broken CC after....
- cc plugin: fixed ooops.
--- End code ---
So, my question is: what does "*" and "-" stands for?
Thanks. :D
MortenMacFly:
--- Quote from: ollydbg on December 15, 2009, 04:16:11 pm ---So, my question is: what does "*" and "-" stands for?
--- End quote ---
Our internal rule for a SVN log entry (although sometimes forgotten) is like this:
* / - differs between major and minor (cosmetic) changes, whereas major usually means fixing bugs and/or implementing features.
This is followed by the component (plugin) affected, if not the core (SDK) itself.
Finally the description of what has actually changed is appended.
We did this with the following in mind: If you keep that notation you can quickly automise the creation of a changelog that only contains major changes. This is useful for e.g. presenting differences between releases. Hence for e.g. nightlies all entries are important.
HEy - this should actually make it into the C::B WiKi... ;-)
Navigation
[0] Message Index
Go to full version