Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Infrastructure → Build environment
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by cpu98 - 2009-11-22
Last edited by jdgordon - 2009-11-22

FS#10799 - Get revision number faster on subversion

Use gawk, grep instead of svnversion to determine revision number.

Closed by  jdgordon
2009-11-22 18:22
Reason for closing:  Not a Bug

You can also do something more efficient like these:

svn info “$@” | grep Revision | cut -d ' ' -f 2’ (cut is very smaller than gawk)

svn info “$@” | gawk ‘$1==”Revision:” { print $2 }’ (one pipe less)

cpu98 commented on 2009-11-22 10:43

Others have no slowdown with their svnversion.
Seems my rig is out of order.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing