Back to the main page.
Bug 241 - wiki changelog should also show which svn version the change is related to
| Status | CLOSED FIXED |
| Reported | 2010-11-26 17:07:00 +0100 |
| Modified | 2011-01-05 12:01:00 +0100 |
| Product: | FieldTrip |
| Component: | documentation |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P1 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Arjen Stolk - 2010-11-26 17:07:48 +0100
Adding the svn version number can possibly improve bug fixing. Suspicious changes can be tracked down in the changelog and subsequently a precedent svn version can be checked for the bug to be present. The latter step is significantly facilitated with the adding of a svn version number.
Robert Oostenveld - 2010-12-06 21:32:29 +0100
I have implemented this by adding the --include-rev option to svn2cl, i.e. the responsible shell script is now something like $HOME/bin/svn2cl.sh --include-rev --limit 5 --stdout --linelen 999999 > $BASEDIR/changelogrecent.txt echo '' > $BASEDIR/changelog.txt
$HOME/bin/svn2cl.sh --include-rev --limit 100 --stdout --linelen 100 >> $BASEDIR/changelog.txt
echo '' >> $BASEDIR/changelog.txt
Arjen Stolk - 2010-12-06 21:41:35 +0100
Excellent job. Looks like it works.
Robert Oostenveld - 2011-01-05 11:56:55 +0100
selected a long list of resolved bugs from roboos and changed the status into "RESOLVED"