Changes between Version 8 and Version 9 of SvnLogFormat
- Timestamp:
- Oct 31, 2023, 12:58:53 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnLogFormat
v8 v9 1 1 == How to write good SVN logs == 2 2 3 Always write log comment during the commit. The change may appear obvious to you now,it won't to someone else in a few years.4 Always write where you got the new files from (eg. "Pin sent me his new SAPs") and why you are making changes ("Miker said he didn't compose dit", "Fixed playback with new ASAP").5 It's less important to describe what you actuallychanged - double-clicking a file in TortoiseSVN Log will show changes to AUTHOR, NAME, DATE, etc.3 Always write log comments during the commit. The change may appear obvious to you now, but it won't to someone else in a few years. 4 Always write where you got the new files from (eg. "Pin sent me his new SAPs") and why you are making changes ("Miker said he didn't compose it", "Fixed playback with new ASAP"). 5 It's less important to describe what you changed - double-clicking a file in TortoiseSVN Log will show changes to AUTHOR, NAME, DATE, etc. 6 6 7 7 == Old discussion (to be continued and translated) == … … 9 9 '''pfusik:''' I don't think the following makes much sense compared to the above. 10 10 11 This is a draft description for now so th at there is something to discuss. Just loose thoughts - I have not yet tested how it would look in practice.11 This is a draft description for now so there is something to discuss. Just loose thoughts - I have not yet tested how it would look in practice. 12 12 13 13 === Operations === 14 14 15 The user can add, delete and move SAP files to another location.15 The user can add, delete, and move SAP files to another location. 16 16 17 The user can Wit can add changeand delete fields in SAP files.17 The user can Wit can add, change, and delete fields in SAP files. 18 18 19 19 === Oznaczenia działań na plikach === … … 51 51 Trac displays SVN logs using its markup. I suggest not to overdo it with it, but there are useful things: 52 52 53 "Fixed file broken in changeset:256".53 "Fixed file is broken in changeset:256". 54 54 "Fixed ticket:128". 55 55 56 56 You can alternatively write the short forms [256] and #128. 57 57 58 I also configured TortoiseSVN to recognize markup for tickets (ticket: and #). It turns them into clickable links ,displays a column in the show log and a field in the commit box.58 I also configured TortoiseSVN to recognize markup for tickets (ticket: and #). It turns them into clickable links and displays a column in the show log and a field in the commit box. 59 59 Changeset: links are also worth using in tickets. Repo links can also be useful in tickets.