#21761: svn: invalid option: --show-item
--------------------------+---------------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  highest      |  Milestone:  Designated Driver (Trunk)
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+---------------------------------------

Comment (by hnyman):

 svn 1.8.13 (default in Ubuntu 15.10) does not support the --show-item
 option that r48584 introduced to scripts/get_source_date_epoch.sh

 Apparently that option is available only since svn 1.9:
 https://subversion.apache.org/docs/release-notes/1.9.html#enhancements

 Either the script need modifying, or the buildroot prereq check needs to
 ensure that svn is new enough.

 https://dev.openwrt.org/changeset/48584
 https://dev.openwrt.org/browser/trunk/scripts/get_source_date_epoch.sh

 Example:
 {{{
 perus@ub1510:/Openwrt/trunk$ ./scripts/feeds update
 Updating feed 'packages' from 'https://github.com/openwrt/packages.git'
 ...
 Already up-to-date.
 Create index file './feeds/packages.index'
 svn: invalid option: --show-item
 Type 'svn help' for usage.
 date: invalid date '@'
 ^C

 perus@ub1510:/Openwrt/trunk$ svn info --show-item last-changed-date
 svn: invalid option: --show-item
 Type 'svn help' for usage.

 perus@ub1510:/Openwrt/trunk$ svn --version
 svn, version 1.8.13 (r1667537)
    compiled Sep  8 2015, 14:59:01 on x86_64-pc-linux-gnu
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/21761#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to