Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#654 closed defect (fixed)

Non-standard ChangeLog file in 3.4.0 and 3.4.1 releases

Reported by: strk Owned by: robe
Priority: major Milestone: 3.4.2
Component: Default Version: 3.4.0
Severity: Unassigned Keywords:
Cc:

Description

It's been noticed that the ChangeLog file changed a lot between trunk and 3.4 branch. In particular, I tracked this down to r3890 which removed filenames from the entries.

Regina: was the file generated by "make cl" ? What version of svn2cl do you have ?

The version I use is svn2cl 0.11

I've also noted that other iterations of ChangeLog updates from you (r3868, r3867) did retain the filenames. Ideas ?

Change History (7)

comment:1 by robe, 11 years ago

Yes was generated by make cl.

Version I used was 0.13

comment:2 by robe, 11 years ago

FWIW in my svn2cl I see these settings which I did not change:

STRIPPREFIX="AUTOMATICALLY-DETERMINED"
LINELEN=75
GROUPBYDAY="no"
INCLUDEREV="no"
BREAKBEFOREMSG="no"
REPARAGRAPH="no"
SEPARATEDAYLOGS="no"
ACTIONS="no"
CHANGELOG=""
OUTSTYLE="cl"
SVNLOGCMD="svn --verbose --xml log"
SVNINFOCMD="svn --non-interactive info"
AUTHORSFILE=""
IGNORE_MESSAGE_STARTING=""
TITLE="ChangeLog"
REVISION_LINK="#r"
TICKET_LINK=""
TMPFILES=""

Was I supposed to change any. What are yours set to?

comment:3 by strk, 11 years ago

Where do you see those settings ?

comment:4 by robe, 11 years ago

at the top of the svn2cl.sh file

comment:5 by strk, 11 years ago

# svn2cl version
VERSION="0.11"

# set default parameters
PWD=`pwd`
STRIPPREFIX="AUTOMATICALLY-DETERMINED"
LINELEN=75
GROUPBYDAY="no"
INCLUDEREV="no"
BREAKBEFOREMSG="no"
REPARAGRAPH="no"
SEPARATEDAYLOGS="no"
ACTIONS="no"
CHANGELOG=""
OUTSTYLE="cl"
SVNLOGCMD="svn --non-interactive --verbose --xml log"
SVNINFOCMD="svn --non-interactive info"
AUTHORSFILE=""
IGNORE_MESSAGE_STARTING=""
TITLE="ChangeLog"
REVISION_LINK="#r"
TMPFILES=""
AWK="awk"

Could you run "make cl" again and check that it includes the filenames ?

comment:6 by robe, 11 years ago

Resolution: fixed
Status: newclosed

yes it seem to output the file names now. What did you change?

comment:7 by strk, 11 years ago

I didn't change anything. Maybe you didn't use "make cl" before ? Generally, it is good to review changes before committing them. Changes in the ChangeLog file should always only be additions, not modifications of old lines.

Note: See TracTickets for help on using tickets.