Re: sys/conf/newvers.sh vs. subversion-1.7

From: Olivier Smedts <olivier_at_gid0.org>
Date: Sat, 22 Oct 2011 17:39:03 +0200
2011/10/22 Garrett Cooper <yanegomi_at_gmail.com>:
>
> $(svn info | awk '/^Revision:/ {print $2}')
>
> is what I use in my installkernel wrapper script. Granted, I didn't know
> about svnversion some time later, but it appears that svnversion broke some
> things by consolidating the .svn directories as Chris shows above with the
> 'exported' line.

Won't work for localized builds :
$ echo $LANG
fr_FR.ISO8859-15
$ pwd
/usr/src
$ $(svn info | awk '/^Revision:/ {print $2}')
$ svn info
Chemin : .
Chemin racine de la copie de travail : /usr/src
URL : http://svn.freebsd.org/base/stable/9
Racine du dépôt : http://svn.freebsd.org/base
UUID du dépôt : ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Révision : 226629
[...]

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: olivier_at_gid0.org        - against HTML email & vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  "Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas."
Received on Sat Oct 22 2011 - 13:39:05 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:19 UTC