Changes between Version 4 and Version 5 of LogTools
- Timestamp:
- Feb 22, 2012, 3:30:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LogTools
v4 v5 1 1 === Zwykły changelog. === 2 Obejmuje wersję od -do i tworzy spis dla każdej zmiany wersji: 2 For given version range prepares a summary for every version increment. 3 Every summary point consists of: 3 4 4 * lista plików5 * komentarz.5 * altered file list 6 * the comment. 6 7 7 Przyczym komentarz nie jest brany z svn log :) 8 Although, the comment is not taken from svn log :) 9 The comment is based on diffs of the latter and the former version. 8 10 9 Komentarz jest brany z diffa plików w nowej i starej wersji. 11 Diff on sap file - possible entries: 10 12 11 Diff to są możliwości: 13 * the line has been added: -> ADDED <line> 14 * the line has been removed ->REMOVED <line> 15 * the line has been changed -> CHANGED <line> 16 * the binary has been changed -> CHANGED BINARY 12 17 13 * linia została dodana -> ADDED linia 14 * linia została usunięta ->REMOVED linia 15 * linia została zmieniona -> CHANGED linia 16 * binarka została zmieniona -> CHANGED BINARY 18 There is an issue when line order has chaged, but this may be managed on other level. 17 19 18 Jest problem z zamienionymi liniami, ale to można obejść na innym poziomie. 20 '''The tool does not exist yet''' 19 21 20 '''Narzędzie jeszcze nie istnieje''' 22 === The STIL.txt-like file === 21 23 22 === Plik a'la STIL.txt === 24 For every SAP file in a given range of version numbers (usualy the whole range), the 23 25 24 dla każdego sapa w ramach podanych wersji ( z reguły całość) brana jest; 26 * sap file name 27 * comment field 28 * eventually other fields 25 29 26 * nazwa pliku 27 * wartość pola COMMENT 30 are taken to the summary. 28 31 29 Wartość pola COMMENT wg mnie nie powinna być ograniczana na niskim poziomie (np 256 bajtów). 16 kB wydaje się racjonalnym maksymalnym rozmiarem. Nie może zawierać FF FF 32 The COMMENT field value should not be limited to let's say 256 chars. The reasonable limit should be IMO about 16 kB or so. Cannot have FF FF sequence. 30 33 31 ''' Narzędzie jeszcze nie istnieje'''34 '''The tool does not exist yet''' 32 35 33 36