On Sat, Oct 06, 2007 at 01:53:22PM -0400, Corey Osgood wrote:
BTW, the $Rev$ output format is ugly beyond words.
Full ack.
That's why it has to be mangled quite a bit before usage. However, the final output looks ok IMO:
$ ./superiotool -v superiotool r2821
Not here it doesn't:
amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821�z�� amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821���� amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821�� amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821���� amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821�*�� amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821� amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821�:��
Hm, is that random junk at the end of the version? In that case there's a bug somewhere in my code. Should be fixable, though.
Also just noticed it doesn't work:
amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ ./superiotool -v superiotool r2821�: amp@hp:~/linuxbios/lb_clean/LinuxBIOSv2/util/superiotool$ svn info Path: . URL: svn://linuxbios.org/repos/trunk/util/superiotool Repository Root: svn://linuxbios.org/repos Repository UUID: 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 Revision: 2828 Node Kind: directory Schedule: normal Last Changed Author: uwe Last Changed Rev: 2828 Last Changed Date: 2007-10-05 17:58:03 -0400 (Fri, 05 Oct 2007)
That's expected, it won't work until you commit (and do
$ svn ps svn:keywords "Author Date Id Rev URL" *.[ch]
before committing). That's contained in the patch, but the svn properties are not applied when you simply use 'patch' to apply the patch...
Uwe.