Ticket #529 (closed enhancement: wontfix)
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
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Moved from sourceforge