Ticket #529 (closed enhancement: wontfix)

Opened 4 years ago

Last modified 4 years ago

deprecate snvurl, replace with svnURL

Reported by: ipv6guru Owned by:
Priority: major Milestone: undecided
Version: 0.7.10 Keywords: sourceforge 1517946
Cc:

Description (last modified by dustin) (diff)

For consistency, it would be nice if:

relFactory.addStep(step.SVN, mode="copy", svnurl=" https://mysvn.com//trunk")

could be changed to:

relFactory.addStep(step.SVN, mode="copy", svnURL=" https://mysvn.com/trunk")

The difference is "svnurl" vs "svnURL". This change is more readable, and more in keeping with the rest of the syntax.

Submitted: John O'Duinn ( joduinn ) - 2006-07-06 14:43

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by dustin

  • Status changed from new to closed
  • Resolution set to wontfix
  • Description modified (diff)

for a captialization difference, this would cause a lot of confusion

Note: See TracTickets for help on using tickets.