Ticket #574 (closed defect: fixed)
verbose flag in svntools should be converted to boolean
| Reported by: | Neil Muller | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6 |
| Component: | Recipe commands | Version: | 0.6b2 |
| Keywords: | Cc: | ||
| Operating System: | BSD |
Description
The verbose flag to the svn: commands is passed in as a string, but treated as a boolean when testing. This leads to the following recipes behaving identically:
<svn:checkout url="file:///home/neil/tmp/CTPUG/bitten-sprint/trac/test-svn"
path="${path}" revision="${revision}" verbose="false" />
and
<svn:checkout url="file:///home/neil/tmp/CTPUG/bitten-sprint/trac/test-svn"
path="${path}" revision="${revision}" verbose="true" />
and differing from the recipe excluding the verbose flag.
This is somewhat unexpected.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

